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 117d0c9 commit e03ed05Copy full SHA for e03ed05
History.md
@@ -14,6 +14,11 @@ unreleased
14
- Always read the stat size from the file
15
- Fix mutating passed-in `options`
16
- deps: mime@1.3.4
17
+ * deps: type-is@~1.6.0
18
+ - fix argument reassignment
19
+ - fix false-positives in `hasBody` `Transfer-Encoding` check
20
+ - support wildcard for both type and subtype (`*/*`)
21
+ - deps: mime-types@~2.0.9
22
23
4.11.2 / 2015-02-01
24
===================
package.json
@@ -46,7 +46,7 @@
46
"range-parser": "~1.0.2",
47
"send": "0.12.1",
48
"serve-static": "~1.8.1",
49
- "type-is": "~1.5.6",
+ "type-is": "~1.6.0",
50
"vary": "~1.0.0",
51
"cookie": "0.1.2",
52
"merge-descriptors": "0.0.2",
0 commit comments