Skip to content

Releases: peerigon/parse-domain

v2.3.0

29 May 11:43
88cdc19
Compare
Choose a tag to compare

v2.2.1

28 May 12:39
7710b74
Compare
Choose a tag to compare

Bug Fixes

  • Fix 'run-s: command not found' on postinstall (ce42e2e), closes #72
  • Fix problem where malformed URLs threw an error (#70) (28d7e4b)

v2.2.0

27 May 22:24
d15444c
Compare
Choose a tag to compare

Features

  • Remove runtime dependency on npm (ad6ced2)

v2.1.8

27 May 21:59
5234dbc
Compare
Choose a tag to compare

Bug Fixes

  • Add timeout to download public suffix list (#56) (1fbd49c)
  • Fix error where a lot of domains were not detected (fc80789), closes #64
  • Fix sanity check during npm run build:tries (a3c1eeb)
  • Fix thrown error with input that only contains whitespaces (1d1a24a), closes #32 #61

v2.1.7

27 Nov 12:11
bcba484
Compare
Choose a tag to compare

v2.1.6

19 Oct 12:02
450a0a9
Compare
Choose a tag to compare

Bug Fixes

  • Broken published version (f36d76e)

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)