Releases: gregjacobs/Autolinker.js
Releases · gregjacobs/Autolinker.js
v1.5.0
19 Nov 18:59
Compare
Sorry, something went wrong.
No results found
More efficient email regex (thanks @c960657 !)
v1.4.4
12 Sep 13:51
Compare
Sorry, something went wrong.
No results found
Change domain regex to not match domains with leading - or . characters
Thanks @viman !
v1.4.3
06 Apr 12:35
Compare
Sorry, something went wrong.
No results found
Fixes #207 where an email was matched as an URL
Thanks @kbs0327 !
v1.4.2
03 Mar 00:02
Compare
Sorry, something went wrong.
No results found
We now support IDN and punicode TLDs
TLD list can now be updated with gulp update-tld-list
Thanks @tsx !
v1.4.1
19 Feb 21:59
Compare
Sorry, something went wrong.
No results found
v1.4.0
26 Nov 01:36
Compare
Sorry, something went wrong.
No results found
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
21 Nov 22:11
Compare
Sorry, something went wrong.
No results found
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
21 Nov 05:00
Compare
Sorry, something went wrong.
No results found
Support local urls with numbers (such as http://localhost.local001/test). Thanks @olafleur !
v1.3.1
21 Nov 04:58
Compare
Sorry, something went wrong.
No results found
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
21 Nov 04:13
Compare
Sorry, something went wrong.
No results found
Fix ReDos issue for input that resembled html but wasn't (#172 )