Skip to content

Releases: gregjacobs/Autolinker.js

v0.10.1

19 Nov 04:59
Compare
Choose a tag to compare
  • Added fix to not autolink strings like "version:1.0", which were accidentally being interpreted as a scheme:domain string.

v0.10.0

19 Nov 05:00
Compare
Choose a tag to compare
  • Added support for protocol-relative URLs (ex: //google.com, which will effectively either have the http:// or https:// protocol depending on the protocol that is hosting the website)

v0.9.4

19 Nov 05:00
Compare
Choose a tag to compare
  • Fixed an issue where a string in the form of abc:def would be autolinked as a scheme:domain URL. Autolinker now requires the domain name to have at least one period in it to be considered.

v0.9.3

19 Nov 05:02
Compare
Choose a tag to compare
  • 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)

0.4.0

03 Jan 00:24
Compare
Choose a tag to compare

Sweeping changes by the boss, @afeld:

  • Strip the protocol and "www." by default
  • Implement better long url truncation
  • Handle email addresses with periods in them
  • Add .me and .io to list of TLDs
  • Clean up project, remove build files from within the repo