Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.0.1...v7.0.0) (2022-01-23)

### Bug Fixes

* Add support for invalid ipv6 URLs ([b32d16c](b32d16c)), closes [#114](#114)
* Remove auto-trimming of input ([4ea86a1](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).
  • Loading branch information
semantic-release-bot committed Jan 23, 2022
1 parent b32d16c commit f226197
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [7.0.0](https://github.com/peerigon/parse-domain/compare/v6.0.1...v7.0.0) (2022-01-23)


### Bug Fixes

* Add support for invalid ipv6 URLs ([b32d16c](https://github.com/peerigon/parse-domain/commit/b32d16cee9c851465d350da2cdabe4bdee846ac9)), closes [#114](https://github.com/peerigon/parse-domain/issues/114)
* Remove auto-trimming of input ([4ea86a1](https://github.com/peerigon/parse-domain/commit/4ea86a189eb4f02af170836b703d9c73885344b7))


### 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).

## [6.0.1](https://github.com/peerigon/parse-domain/compare/v6.0.0...v6.0.1) (2022-01-23)


Expand Down

0 comments on commit f226197

Please sign in to comment.