mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00: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:
@@ -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?
|
||||||
|
|||||||
Reference in New Issue
Block a user