Releases: peerigon/parse-domain
Releases · peerigon/parse-domain
v8.2.2
8.2.2 (2024-08-10)
Bug Fixes
v8.2.1
8.2.1 (2024-07-26)
Bug Fixes
v8.2.0
8.2.0 (2024-07-26)
Features
v8.1.0
8.1.0 (2024-07-26)
Features
v8.0.2
8.0.2 (2024-03-04)
Bug Fixes
v8.0.1
8.0.1 (2023-10-27)
Bug Fixes
v8.0.0
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
7.0.1 (2022-06-30)
Bug Fixes
- Parse error with : when using fromUrl() (09071e6), closes #140
v7.0.0
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
6.0.1 (2022-01-23)
Bug Fixes
- Wrong package exports 🤦♀️ (45c5e0c)