Skip to content

Releases: gregjacobs/Autolinker.js

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.

v0.16.0

30 Mar 01:57
Compare
Choose a tag to compare
  • Add initial support for matching phone numbers. Thanks @sherbondy

v0.15.3

29 Mar 21:54
Compare
Choose a tag to compare
  • Fix to not autolink javascript: and vbscript: uri schemes in a case-insensitive manner. Thanks @JordanMilne!