fix(core): Add breaking change record for domain and url matching (no-changelog) (#6048)

* fix(core): Add breaking change record for domain and url matching

* Correct version
This commit is contained in:
OlegIvaniv 2023-04-21 12:08:24 +02:00 committed by GitHub
parent ef79b03f38
commit 444ed1bf0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,17 @@
This list shows all the versions which include breaking changes and how to upgrade.
## 0.226.0
### What changed?
The `extractDomain` and `isDomain` are now also matching localhost, domains without protocol and domains with query parameters.
The `extractUrl` and `isUrl` are additionally also matching localhost and domains with query parameters.
### When is action necessary?
If you're using the `extractDomain` or `isDomain` functions and expect them to not match localhost, domains without protocol and domains with query parameters.
## 0.223.0
### What changed?