Skip to content

Commit 22e4342

Browse files
raiandexter0607wesleytodd
authored andcommitted
deps: ispromise@^4.0.0
1 parent 8a7c46c commit 22e4342

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ unreleased
55
* Use `Array.flat` instead of `array-flatten` package
66
* Replace `methods` dependency with standard library
77
* deps: parseurl@^1.3.3
8+
* deps: is-promise@^4.0.0
89
* Replace `utils-merge` dependency with `Object.assign`
910

1011
2.0.0 / 2024-09-09
@@ -14,7 +15,7 @@ unreleased
1415
* deps: path-to-regexp@^8.0.0
1516
- Drop support for partial capture group `router.route('/user(s?)/:user/:op')` but still have optional non-capture `/user{s}/:user/:op`
1617
- `:name?` becomes `{:name}`
17-
- `:name*` becomes `*name`.
18+
- `:name*` becomes `*name`.
1819
- The splat change also changes splat from strings to an array of strings
1920
- Optional splats become `{*name}`
2021
- `:name+` becomes `*name` and thus equivalent to `*name` so I dropped those tests

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"repository": "pillarjs/router",
1111
"dependencies": {
12-
"is-promise": "4.0.0",
12+
"is-promise": "^4.0.0",
1313
"parseurl": "^1.3.3",
1414
"path-to-regexp": "^8.0.0"
1515
},

0 commit comments

Comments
 (0)