Skip to content

Releases: gregjacobs/Autolinker.js

v0.27.0

29 Jun 01:56
Compare
Choose a tag to compare
  • Fixed an issue where an input string that contained a < that didn't begin an HTML tag could cause Chrome to hang in an infinite loop in certain situations

v0.26.1

26 Jun 20:18
Compare
Choose a tag to compare
  • Fix to allow underscores in email addresses (thanks @enahum)
  • Fix to allow apostrophes in email addresses (thanks @dmatteo)

v0.26.0

08 Apr 03:46
Compare
Choose a tag to compare
  • Update known TLD list with all current TLDs. Thanks @Jessecar96

v0.25.2

08 Apr 03:45
Compare
Choose a tag to compare
  • Add version property to Autolinker
  • Don't truncate the string when the truncate length is 0

v0.25.0

20 Mar 18:35
Compare
Choose a tag to compare
  • Add Match.buildTag() method as a shorthand for Autolinker.getTagBuilder().build( match ). Fixes #143
  • Remove use of ES5 Array.prototype.filer() function, to maintain compatibility with IE8. Fixes #144

v0.24.1

08 Mar 05:29
Compare
Choose a tag to compare
  • Fix for parsing HTML tags that don't have spaces between attributes. Thanks @bengotow!

v0.24.0

08 Mar 05:27
Compare
Choose a tag to compare
  • Fully add support for internationalized urls, email addresses, usernames, and hashtags

v0.23.0

15 Feb 19:02
Compare
Choose a tag to compare
  • Refactored Autolinker to break down the matching functionality into separate Matcher classes
  • Add initial accented char support (thanks @urish)

v0.22.0

11 Nov 04:27
Compare
Choose a tag to compare
  • Added options to independently allow or disallow matching of scheme, www, and top level domain urls. These new options are under the urls option as schemeMatches, wwwMatches, and tldMatches

v0.21.0

08 Nov 21:21
Compare
Choose a tag to compare
  • Fix for phone numbers that start with a '+' sign to now include the '+' sign in the tel: link
  • When stripPrefix: false option is passed, the original matched text is used for the link instead of accidentally adding http://