File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ unreleased
5
5
* Use ` Array.flat ` instead of ` array-flatten ` package
6
6
* Replace ` methods ` dependency with standard library
7
7
* deps: parseurl@^1.3.3
8
+ * deps: is-promise@^4.0.0
8
9
* Replace ` utils-merge ` dependency with ` Object.assign `
9
10
10
11
2.0.0 / 2024-09-09
@@ -14,7 +15,7 @@ unreleased
14
15
* deps: path-to-regexp@^8.0.0
15
16
- Drop support for partial capture group ` router.route('/user(s?)/:user/:op') ` but still have optional non-capture ` /user{s}/:user/:op `
16
17
- ` :name? ` becomes ` {:name} `
17
- - ` :name* ` becomes ` *name ` .
18
+ - ` :name* ` becomes ` *name ` .
18
19
- The splat change also changes splat from strings to an array of strings
19
20
- Optional splats become ` {*name} `
20
21
- ` :name+ ` becomes ` *name ` and thus equivalent to ` *name ` so I dropped those tests
Original file line number Diff line number Diff line change 9
9
"license" : " MIT" ,
10
10
"repository" : " pillarjs/router" ,
11
11
"dependencies" : {
12
- "is-promise" : " 4.0.0" ,
12
+ "is-promise" : " ^ 4.0.0" ,
13
13
"parseurl" : " ^1.3.3" ,
14
14
"path-to-regexp" : " ^8.0.0"
15
15
},
You can’t perform that action at this time.
0 commit comments