Skip to content

Releases: peerigon/parse-domain

v2.1.5

19 Oct 11:36
8f572b2
Compare
Choose a tag to compare

Bug Fixes

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

v2.1.4

19 Oct 08:54
e75367a
Compare
Choose a tag to compare

Bug Fixes

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

v2.1.3

19 Oct 08:35
bd28681
Compare
Choose a tag to compare

Bug Fixes

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

v2.1.2

13 Jun 12:03
bcc24e2
Compare
Choose a tag to compare

Bug Fixes

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

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