mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
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:
parent
ef79b03f38
commit
444ed1bf0e
|
@ -2,6 +2,17 @@
|
||||||
|
|
||||||
This list shows all the versions which include breaking changes and how to upgrade.
|
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
|
## 0.223.0
|
||||||
|
|
||||||
### What changed?
|
### What changed?
|
||||||
|
|
Loading…
Reference in a new issue