Skip to content

Latest commit

 

History

History
175 lines (76 loc) · 6.14 KB

CHANGELOG.md

File metadata and controls

175 lines (76 loc) · 6.14 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.2 (2019-08-10)

Bug Fixes

2.3.1 (2019-06-14)

Bug Fixes

  • TypeScript definition not available on npm module (2f4684c), closes #73
  • updatedAt timestamp breaks bundle caching (#75, #60) (27199d5)

2.3.0 (2019-05-29)

Features

2.2.1 (2019-05-28)

Bug Fixes

  • Fix 'run-s: command not found' on postinstall (ce42e2e), closes #72
  • Fix problem where malformed URLs threw an error (#70) (28d7e4b)

2.2.0 (2019-05-27)

Features

  • Remove runtime dependency on npm (ad6ced2)

2.1.8 (2019-05-27)

Bug Fixes

  • Add timeout to download public suffix list (#56) (1fbd49c)
  • Fix error where a lot of domains were not detected (fc80789), closes #64
  • Fix sanity check during npm run build:tries (a3c1eeb)
  • Fix thrown error with input that only contains whitespaces (1d1a24a), closes #32 #61

2.1.7 (2018-11-27)

  • Update dependencies #57. Removes malicious code which has been introduced by event-stream (more information).

2.1.6 (2018-10-19)

Bug Fixes

  • Broken published version (f36d76e)

2.1.5 (2018-10-19)

Bug Fixes

  • Compatibility problems with older JavaScript engines (#51) (d9d782b)

2.1.4 (2018-10-19)

Bug Fixes

  • Wrong entry in package.json files (50fe635)

2.1.3 (2018-10-19)

Bug Fixes

  • Do not write in the file system on postinstall if it's forbidden (#39) (9aee180)
  • Re-add missing prepare script after (e5d6362)

2.1.2 (2018-06-13)

Bug Fixes

  • Add .babelrc for create-react-app apps (#37) (d2d3728)

2.1.1 (2018-05-30)

Bug Fixes

  • Support url which has no protocol (#28) (74dec41)

2.1.0 (2018-05-30)

Features

  • Use trie data structure to decrease file size (#33) (59f951b)

2.0.0 (2017-12-03)

Code Refactoring

Features

BREAKING CHANGES

  • node 4 or newer is required

1.2.0 (2017-12-03)

Changelog

1.1.0

  • Fix parsing of URLs that have an @ character in the path #13
  • Update tlds a27a2c83102c563978b831bd161f1fb5409376bd

1.0.0

  • Removed private tlds from the default regexp #4 #6
  • Introduced privateTlds boolean flag to include private tlds
  • Reached stable state :)