Releases: gregjacobs/Autolinker.js
Releases · gregjacobs/Autolinker.js
v1.5.0
- More efficient email regex (thanks @c960657!)
v1.4.4
- Change domain regex to not match domains with leading - or . characters
Thanks @viman !
v1.4.3
- Fixes #207 where an email was matched as an URL
Thanks @kbs0327 !
v1.4.2
- We now support IDN and punicode TLDs
- TLD list can now be updated with
gulp update-tld-list
Thanks @tsx !
v1.4.0
- Use the HTML
…
entity instead of ..
for ellipsis
- Add a
title
attribute with the full URL on anchor tags that have had their text truncated
Thanks @olafleur for both of these changes!
v1.3.4
- No changes from
1.3.2
. Accidentally pushed a tag named 1.3.3
for the 1.3.1
version, so created a new version to be greater than the accidental tag
v1.3.2
- Support local urls with numbers (such as
http://localhost.local001/test
). Thanks @olafleur!
v1.3.1
- Fix for
Array.prototype.push
encountering a "Maximum Call Stack Exceeded" error when the input is a large number of HTML character entities
v1.3.0
- Fix ReDos issue for input that resembled html but wasn't (#172)