Skip to content

Latest commit

 

History

History
70 lines (33 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

70 lines (33 loc) · 2.01 KB

Change Log

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

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