Releases: gregjacobs/Autolinker.js
Releases · gregjacobs/Autolinker.js
v0.9.4
- Fixed an issue where a string in the form of
abc:def
would be autolinked as ascheme:domain
URL. Autolinker now requires the domain name to have at least one period in it to be considered.
v0.9.3
- Fixed an issue where Twitter handles wouldn't be autolinked if they existed as the sole entity within parenthesis or brackets (thanks @busticated for pointing this out and providing unit tests)