Skip to content

Releases: peerigon/parse-domain

v2.1.1

30 May 00:50
4c599bb
Compare
Choose a tag to compare

Bug Fixes

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

v2.1.0

30 May 00:40
86da164
Compare
Choose a tag to compare

Features

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

v2.0.0

30 May 00:41
0143558
Compare
Choose a tag to compare

Code Refactoring

Features

BREAKING CHANGES

  • node 4 or newer is required

v1.2.0

30 May 00:41
42fdf1c
Compare
Choose a tag to compare
chore(release): 1.2.0

v1.1.0

07 Feb 23:19
7ae8b35
Compare
Choose a tag to compare
  • Fix parsing of URLs that have an @ character in the path #13
  • Update tlds a27a2c8

v1.0.0

14 Oct 13:47
Compare
Choose a tag to compare
  • Removed private tlds from the default regexp #4 #6
  • Introduced privateTlds boolean flag to include private tlds
  • Reached stable state :)