Releases: peerigon/parse-domain
Releases · peerigon/parse-domain
v2.1.5
Bug Fixes
- Compatibility problems with older JavaScript engines (#51) (d9d782b)
v2.1.4
Bug Fixes
- Wrong entry in package.json files (50fe635)
v2.1.3
Bug Fixes
- Do not write in the file system on postinstall if it's forbidden (#39) (9aee180)
- Re-add missing prepare script after (e5d6362)
v2.1.2
Bug Fixes
- Add .babelrc for create-react-app apps (#37) (d2d3728)
v2.1.0
Features
- Use trie data structure to decrease file size (#33) (59f951b)
v2.0.0
Code Refactoring
Features
BREAKING CHANGES
- node 4 or newer is required
v1.1.0
- Fix parsing of URLs that have an @ character in the path #13
- Update tlds a27a2c8
v1.0.0
- Removed private tlds from the default regexp #4 #6
- Introduced
privateTlds
boolean flag to include private tlds
- Reached stable state :)