Skip to content

Releases: jshttp/mime-types

2.0.0

08 Sep 05:03
Compare
Choose a tag to compare
  • Use mime-db
  • Remove .define()

1.0.2

04 Aug 03:31
Compare
Choose a tag to compare
  • Charset updates:
    • added UTF-8 for application/javascript

1.0.1

24 Jun 20:49
Compare
Choose a tag to compare
  • Updated docs
  • Type updates:
    • added text/jsx - react.js .jsx files.

1.0.0

12 May 20:01
Compare
Choose a tag to compare
  • returns false when arguments are not types.
  • mime.charset - will eventually replace mime.charsets.lookup.
    • mime.charsets.lookup still exists for backwards compatibility.

0.1.0

03 May 16:26
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

This version is basically just a port of node-mime, with a slightly different structure.

Uses JSON for content-type data instead of Apache2-style type maps.