File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed
Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 11## v0.9.0
2+
23### Breaking changes:
3- * Removing ` sensitive ` option in ` normalizePathPattern ` because it cause probles with params names.
4+
5+ * Removing ` sensitive ` option in ` normalizePathPattern ` because it cause problems with params names.
46
57## v0.8.0
8+
69### Changes:
7- * Publish ` normalizePathPattern ` function
8- * Publish ` AbstractPathPattern ` - super class of ` PathPattern ` and ` RelativePathPattern `
9- * Improve normalization - use string functions instead of regexp and add normalization options
10- * Make params generic types optional (` any ` by default)
10+
11+ * Publish ` normalizePathPattern ` function
12+ * Publish ` AbstractPathPattern ` - super class of ` PathPattern ` and ` RelativePathPattern `
13+ * Improve normalization - use string functions instead of regexp and add normalization options
14+ * Make params generic types optional (` any ` by default)
15+
1116### Breaking changes:
12- * Move ` PathPattern.matchOneOf ` to the external function ` matchOneOf `
13- * Rename ` PathPattern.getFormatedPath() ` to ` PathPattern.getPattern() `
17+
18+ * Move ` PathPattern.matchOneOf ` to the external function ` matchOneOf `
19+ * Rename ` PathPattern.getFormatedPath() ` to ` PathPattern.getPattern() `
1420
1521## v0.7.0
16- * Initial release
22+
23+ * Initial release
You can’t perform that action at this time.
0 commit comments