Skip to content

Releases: gregjacobs/Autolinker.js

v0.20.0

08 Nov 02:49
Compare
Choose a tag to compare
  • Added two new truncate strategies: 'middle', and 'smart'. Thanks @kafoso!

v0.19.1

08 Nov 00:37
Compare
Choose a tag to compare
  • Update the phone number regex to match only a single space between groups of digits instead of any whitespace (which was also matching newlines and tab characters). Thanks @simison!

v0.19.0

18 Oct 22:41
Compare
Choose a tag to compare
  • Allow single letter URL schemes. Thanks @dgrad

v0.18.3

18 Oct 21:49
Compare
Choose a tag to compare
  • Add .press TLD to list. Thanks @grammka

v0.18.2

18 Oct 21:41
Compare
Choose a tag to compare
  • Add hashtag support for Instagram. Thanks @Friss

v0.18.1

26 Jun 16:19
Compare
Choose a tag to compare
  • Increase hashtag recognition length from 15 chars to 139 chars. Thanks @PLPeeters

v0.18.0

26 Jun 16:11
Compare
Choose a tag to compare
  • Exclude invalid characters right after TLD in detected URLs. Thanks @dgrad!

v0.17.2

01 Jun 22:07
Compare
Choose a tag to compare
  • Have the link() method return empty string when provided undefined or null instead of throwing JavaScript error.

v0.17.1

30 Mar 04:32
Compare
Choose a tag to compare
  • Properly handle HTML comment tags by not linking within them. Fixes #88

v0.17.0

30 Mar 02:33
Compare
Choose a tag to compare
  • Add support for auto-linking Twitter and Facebook hashtags.