Skip to content

Releases: gregjacobs/Autolinker.js

v1.7.1

07 Aug 03:20
Compare
Choose a tag to compare
  • Fix for compactMatches() to correctly handle matches that are directly next to each other. Thanks @bgryszko!

v1.7.0

07 Aug 03:21
Compare
Choose a tag to compare
  • Add support for non-US phone numbers when prefixed with a plus sign. Thanks @oladon!

v1.6.2

09 Feb 04:03
Compare
Choose a tag to compare
  • Improve regex performance for URL parsing (i.e. fix another case of potential catastrophic backtracking). Thanks @caseywebdev!

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