v2.0.0
- Convert codebase to TypeScript
- Add type declaration files to output
- Add commonjs / es2015 output in addition to the UMD output from v1.x
- Allow
Autolinkerto be imported using the ES6importkeyword, as well as other entities likeMatcher,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/TypeScriptimport, 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