Releases: gregjacobs/Autolinker.js
Releases · gregjacobs/Autolinker.js
v0.10.1
- Added fix to not autolink strings like "version:1.0", which were accidentally being interpreted as a
scheme:domain
string.
v0.10.0
- Added support for protocol-relative URLs (ex:
//google.com
, which will effectively either have thehttp://
orhttps://
protocol depending on the protocol that is hosting the website)
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)