Releases: gregjacobs/Autolinker.js
Releases · gregjacobs/Autolinker.js
v0.19.0
18 Oct 22:41
Compare
Sorry, something went wrong.
No results found
Allow single letter URL schemes. Thanks @dgrad
v0.18.3
18 Oct 21:49
Compare
Sorry, something went wrong.
No results found
v0.18.2
18 Oct 21:41
Compare
Sorry, something went wrong.
No results found
Add hashtag support for Instagram. Thanks @Friss
v0.18.1
26 Jun 16:19
Compare
Sorry, something went wrong.
No results found
Increase hashtag recognition length from 15 chars to 139 chars. Thanks @PLPeeters
v0.18.0
26 Jun 16:11
Compare
Sorry, something went wrong.
No results found
Exclude invalid characters right after TLD in detected URLs. Thanks @dgrad !
v0.17.2
01 Jun 22:07
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Properly handle HTML comment tags by not linking within them. Fixes #88
v0.17.0
30 Mar 02:33
Compare
Sorry, something went wrong.
No results found
Add support for auto-linking Twitter and Facebook hashtags.
v0.16.0
30 Mar 01:57
Compare
Sorry, something went wrong.
No results found
Add initial support for matching phone numbers. Thanks @sherbondy
v0.15.3
29 Mar 21:54
Compare
Sorry, something went wrong.
No results found
Fix to not autolink javascript: and vbscript: uri schemes in a case-insensitive manner. Thanks @JordanMilne !