Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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