Skip to content

Releases: peerigon/parse-domain

v8.2.2

10 Aug 20:59
Compare
Choose a tag to compare

8.2.2 (2024-08-10)

Bug Fixes

v8.2.1

26 Jul 17:08
Compare
Choose a tag to compare

8.2.1 (2024-07-26)

Bug Fixes

v8.2.0

26 Jul 17:02
Compare
Choose a tag to compare

8.2.0 (2024-07-26)

Features

v8.1.0

26 Jul 15:08
Compare
Choose a tag to compare

8.1.0 (2024-07-26)

Features

v8.0.2

04 Mar 22:57
Compare
Choose a tag to compare

8.0.2 (2024-03-04)

Bug Fixes

  • Add ParseResultIp to main.js exports (#157) (b5b0177)

v8.0.1

27 Oct 16:22
Compare
Choose a tag to compare

8.0.1 (2023-10-27)

Bug Fixes

v8.0.0

27 Oct 15:27
Compare
Choose a tag to compare

8.0.0 (2023-10-27)

chore

BREAKING CHANGES

  • Dropped official support for Node 12, 14 and 16. There wasn't any actual breaking change we know of but use at your own risk :)

v7.0.1

30 Jun 14:54
Compare
Choose a tag to compare

7.0.1 (2022-06-30)

Bug Fixes

  • Parse error with : when using fromUrl() (09071e6), closes #140

v7.0.0

23 Jan 19:59
Compare
Choose a tag to compare

7.0.0 (2022-01-23)

Bug Fixes

  • Add support for invalid ipv6 URLs (b32d16c), closes #114
  • Remove auto-trimming of input (4ea86a1)

BREAKING CHANGES

  • parseDomain won't .trim() the given input. The input is interpreted as it is. If you want to trim the input, you need to call .trim() before passing it to parseDomain. Auto-trimming the input changes the domain and might not be desired if any character (such as whitespace) is allowed (e.g. when using lax validation).

v6.0.1

23 Jan 19:15
Compare
Choose a tag to compare

6.0.1 (2022-01-23)

Bug Fixes

  • Wrong package exports 🤦‍♀️ (45c5e0c)