Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mime #151

Closed
wants to merge 11 commits into from
Closed
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
* deps: [email protected]
- Fix issue when building with webpack
- Add ES5 version ready in npm package
- Add support for extensions in mime-db (iWork - pages / numbers / etc.)
- Add support for mime/lite
- Fix missing `./Mime`
- Fix vulnerable regular expression

0.16.1 / 2017-09-29
===================

Expand Down Expand Up @@ -405,6 +413,7 @@
* Support "If-Range" header
* Control whether to generate etags
* deps: [email protected]
- Add mime-score module to resolve file extension conflicts

0.2.0 / 2014-01-29
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"etag": "~1.8.1",
"fresh": "0.5.2",
"http-errors": "~1.6.2",
"mime": "1.4.1",
"mime": "1.6.0",
"ms": "2.0.0",
"on-finished": "~2.3.0",
"range-parser": "~1.2.0",
Expand Down