@cloudflare/util-routes 3.0.0 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,38 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
## [5.0.1](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-routes@5.0.0...@cloudflare/util-routes@5.0.1) (2019-11-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @cloudflare/util-routes
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [5.0.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-routes@1.0.14...@cloudflare/util-routes@5.0.0) (2019-11-13)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **stratus:** UI-0000: update package conflicts ([2b7c2e0](http://stash.cfops.it:7999/fe/stratus/commits/2b7c2e0))
|
|
20
|
+
* **stratus:** UI-2859: bump all package versions ([4cb3c90](http://stash.cfops.it:7999/fe/stratus/commits/4cb3c90))
|
|
21
|
+
* **stratus:** UI-2859: bump all package versions ([6db21c2](http://stash.cfops.it:7999/fe/stratus/commits/6db21c2))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **types:** TSX-146 Add Reverse type helper, rename Append ([8a0157e](http://stash.cfops.it:7999/fe/stratus/commits/8a0157e))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### BREAKING CHANGES
|
|
30
|
+
|
|
31
|
+
* **types:** Renamed Append to Prepend since that is what it's actually doing
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
# [4.0.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-routes@1.0.14...@cloudflare/util-routes@4.0.0) (2019-11-12)
|
|
7
38
|
|
|
8
39
|
|
|
9
40
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/util-routes",
|
|
3
3
|
"description": "Wraps path-to-regexp with a convenient, type-safe tagged template function",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "5.0.1",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"path-to-regexp": "^3.0.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@cloudflare/types": "^
|
|
28
|
+
"@cloudflare/types": "^3.0.1"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "45bf3f03d804ca368c8cd366d5d74480bc1b993a"
|
|
31
31
|
}
|