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 2700095 commit c859544Copy full SHA for c859544
HISTORY.md
@@ -1,3 +1,10 @@
1
+unreleased
2
+==========
3
+
4
+ * deps: parseurl@~1.3.2
5
+ - perf: reduce overhead for full URLs
6
+ - perf: unroll the "fast-path" `RegExp`
7
8
1.12.4 / 2017-08-05
9
===================
10
package.json
@@ -8,7 +8,7 @@
"dependencies": {
"encodeurl": "~1.0.1",
"escape-html": "~1.0.3",
11
- "parseurl": "~1.3.1",
+ "parseurl": "~1.3.2",
12
"send": "0.15.4"
13
},
14
"devDependencies": {
0 commit comments