Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Latest commit

 

History

History
111 lines (50 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

111 lines (50 loc) · 3.2 KB

Change Log

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

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 :)