Skip to content

Releases: gregjacobs/Autolinker.js

v2.2.0

28 Dec 02:45
Compare
Choose a tag to compare
  • Allow unicode combining marks in URLs

v2.1.0

27 Dec 23:22
Compare
Choose a tag to compare
  • Re-add getPhoneNumber() method to PhoneMatch. This method name is a bit more clear than getNumber(). Left getNumber() for backward compatibility

v2.0.0

27 Dec 22:46
Compare
Choose a tag to compare
  • Convert codebase to TypeScript
  • Add type declaration files to output
  • Add commonjs / es2015 output in addition to the UMD output from v1.x
  • Allow Autolinker to be imported using the ES6 import keyword, as well as other entities like Matcher, Match, etc.
  • Allow Autolinker to work within webpack without any shimming
  • Fix issue with minification of unicode escape sequences used in regular expression character classes
  • Upgrade gulp from v3 to v4
  • Update TLD regex
  • Add integration tests for loading with Node.js's require(), ES6/TypeScript import, UMD output file in browsers, and Webpack
  • Move live example to root-level folder
  • Add test to make sure the live example is working

Closes #254

v1.8.3

19 Dec 23:56
Compare
Choose a tag to compare
  • skip parsing the contents of <style> and <script> tags (thanks @examan!)

Accidental tag - ignore

19 Dec 23:55
Compare
Choose a tag to compare
v1.8.2

v1.8.2

v1.8.1

18 Nov 01:53
Compare
Choose a tag to compare

Re-add dist/ folder for bower compatibility

v1.8.0

18 Nov 01:53
Compare
Choose a tag to compare

Add support for soundcloud mentions (thanks @Superjo149)

v1.7.1

07 Aug 03:20
Compare
Choose a tag to compare
  • Fix for compactMatches() to correctly handle matches that are directly next to each other. Thanks @bgryszko!

v1.7.0

07 Aug 03:21
Compare
Choose a tag to compare
  • Add support for non-US phone numbers when prefixed with a plus sign. Thanks @oladon!

v1.6.2

09 Feb 04:03
Compare
Choose a tag to compare
  • Improve regex performance for URL parsing (i.e. fix another case of potential catastrophic backtracking). Thanks @caseywebdev!