Skip to content

v2.0.0

Compare
Choose a tag to compare
@gregjacobs gregjacobs released this 27 Dec 22:46
· 214 commits to master since this release
  • 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