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 683ba1c commit 1d0da90Copy full SHA for 1d0da90
History.md
@@ -20,6 +20,10 @@
20
- Remove non-standard grey color from color output
21
- Support `--no-deprecation` argument
22
- Support `--trace-deprecation` argument
23
+ * deps: parseurl@~1.2.0
24
+ - Cache URLs based on original value
25
+ - Remove no-longer-needed URL mis-parse work-around
26
+ - Simplify the "fast-path" `RegExp`
27
28
3.14.0 / 2014-07-11
29
===================
package.json
@@ -35,7 +35,7 @@
35
"media-typer": "0.2.0",
36
"methods": "1.1.0",
37
"mkdirp": "0.5.0",
38
- "parseurl": "~1.1.3",
+ "parseurl": "~1.2.0",
39
"proxy-addr": "1.0.1",
40
"range-parser": "1.0.0",
41
"send": "0.5.0",
0 commit comments