File: CHANGES.md

package info (click to toggle)
ocaml-magic-mime 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: ml: 87; makefile: 14
file content (62 lines) | stat: -rw-r--r-- 1,679 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
v1.3.1 2023-10-04
-----------------

* Add WebAssembly (wasm) mime type (@vouillon #28, fixes #27 reported by @glondu)

v1.3.0 2022-10-31
-----------------

* 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)

v1.2.0 2021-07-13
-----------------

* Sync MIME types with latest from Apache (#22 @avsm)
* Add `mjs` mapping to application/javascript manually (@avsm, request from @glondu)

v1.1.3 2021-01-04
-----------------

* Fix build system for cross-compilation (@TheLortex, #19).
* Fix README (@seliopou, #18).
* Fix opam metadata (@CraigFe, #17).

v1.1.2 2019-08-12
-----------------

* Actually port to dune by converting the `generator/` directory from
  jbuild to dune (@avsm).

v1.1.1 2018-12-21
-----------------

* 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 of `topkg` for releases.

v1.1.0 2017-06-20
-----------------

* Support a `map_file` which maps filenames onto MIME types, using
  a database based on GTKSourceView lang files.  This adds support
  for several `x-*` 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.

v1.0.1 2017-05-25
-----------------

* clarify LICENSE (ISC)
* build and test against OCaml 4.03 and 4.04
* build via jbuilder

v1.0.0 (2015-02-08)
-------------------

* Initial public release.