- Add WebAssembly (wasm) mime type (@vouillon #28, fixes #27 reported by @glondu)
- Allow an optional default if the MIME type is unknown (@hannesm, #25)
- Add a function to map MIME type to file extensions (@DolphinChips, #24)
- Fix documentation (@MisterDA, #23)
- Sync MIME types with latest from Apache (#22 @avsm)
- Add
mjs
mapping to application/javascript manually (@avsm, request from @glondu)
- Fix build system for cross-compilation (@TheLortex, #19).
- Fix README (@seliopou, #18).
- Fix opam metadata (@CraigFe, #17).
- Actually port to dune by converting the
generator/
directory from jbuild to dune (@avsm).
- Port build to Dune and fix the embedded compilation when the repository is included as a subdirectory in a larger Dune build.
- Update opam metadata to 2.0 format.
- Switch to using
dune-release
instead oftopkg
for releases.
-
Support a
map_file
which maps filenames onto MIME types, using a database based on GTKSourceView lang files. This adds support for severalx-*
MIME type extensions as well which are unofficial but useful, including ones for common programming languages. (#4 by @zoggy) -
Sync mime.types with Apache SVN and note its source in the README.
- clarify LICENSE (ISC)
- build and test against OCaml 4.03 and 4.04
- build via jbuilder
- Initial public release.