We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2cefc commit 7a93a21Copy full SHA for 7a93a21
HISTORY.md
@@ -4,6 +4,7 @@ unreleased
4
* Remove `Object.setPrototypeOf` polyfill
5
* Use `Array.flat` instead of `array-flatten` package
6
* Replace `methods` dependency with standard library
7
+* deps: parseurl@^1.3.3
8
9
2.0.0 / 2024-09-09
10
==================
package.json
@@ -10,7 +10,7 @@
"repository": "pillarjs/router",
11
"dependencies": {
12
"is-promise": "4.0.0",
13
- "parseurl": "~1.3.3",
+ "parseurl": "^1.3.3",
14
"path-to-regexp": "^8.0.0",
15
"utils-merge": "1.0.1"
16
},
0 commit comments