Skip to content

Commit c46ff0d

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.1.0...v5.0.0) (2022-01-23) ### Bug Fixes * Type errors with is-ip module ([8ea728c](8ea728c)) ### Features * Improve validation ([171a8c8](171a8c8)) ### BREAKING CHANGES * Introduces a dependency on the global `TextEncoder` constructor which should be available in all modern engines (see https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder). The strict validation mode (which is the default) will also be a little bit more strict since it will now also check for hyphens at the beginning or end of a domain label. It also requires top-level domain names not to be all-numeric.
1 parent 39bb2f7 commit c46ff0d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [5.0.0](https://github.com/peerigon/parse-domain/compare/v4.1.0...v5.0.0) (2022-01-23)
2+
3+
4+
### Bug Fixes
5+
6+
* Type errors with is-ip module ([8ea728c](https://github.com/peerigon/parse-domain/commit/8ea728c0327f5f057a687122e95996d8bbb0700d))
7+
8+
9+
### Features
10+
11+
* Improve validation ([171a8c8](https://github.com/peerigon/parse-domain/commit/171a8c88b99f415653292efd5558e34445ec8721))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Introduces a dependency on the global `TextEncoder` constructor which should be available in all modern engines
17+
(see https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder). The strict validation mode (which is the default) will also be a little bit more strict since it will now also check for hyphens at the beginning or end of a domain label. It also requires top-level domain names not to be all-numeric.
18+
119
# [4.1.0](https://github.com/peerigon/parse-domain/compare/v4.0.0...v4.1.0) (2021-09-03)
220

321

0 commit comments

Comments
 (0)