Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

40 lines (21 loc) · 1.13 KB

Change Log

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

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