Skip to content

Releases: gregjacobs/Autolinker.js

v1.6.1

03 Feb 23:31
Compare
Choose a tag to compare

v1.6.0

19 Nov 18:59
Compare
Choose a tag to compare
  • Add decodePercentEncoding option (thanks @c960657!)

v1.5.0

19 Nov 18:59
Compare
Choose a tag to compare
  • More efficient email regex (thanks @c960657!)

v1.4.4

12 Sep 13:51
Compare
Choose a tag to compare
  • Change domain regex to not match domains with leading - or . characters

Thanks @viman !

v1.4.3

06 Apr 12:35
Compare
Choose a tag to compare
  • Fixes #207 where an email was matched as an URL

Thanks @kbs0327 !

v1.4.2

03 Mar 00:02
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

v1.4.0

26 Nov 01:36
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Support local urls with numbers (such as http://localhost.local001/test). Thanks @olafleur!