Skip to content
/ qp-n8n Public
forked from n8n-io/n8n

Commit

Permalink
fix(core): Add breaking change record for domain and url matching (no…
Browse files Browse the repository at this point in the history
…-changelog) (n8n-io#6048)

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

* Correct version
  • Loading branch information
OlegIvaniv authored and sunilrr committed Apr 24, 2023
1 parent f4f7de8 commit bf086c3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/cli/BREAKING-CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit bf086c3

Please sign in to comment.