Skip to content

Releases: gregjacobs/Autolinker.js

v0.9.4

19 Nov 05:00

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

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

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