Skip to content

Releases: elephox-dev/mimey

4.0.8

08 Oct 22:35
c9c3716

Choose a tag to compare

  • Differentiate between HEIC/HEIF mime types/extensions

Full Changelog: 4.0.7...4.0.8

4.0.7

16 Dec 17:12

Choose a tag to compare

  • New mime types:
    • application/vnd.geogebra.slides: ggs
    • application/wasm: wasm
  • Support for PHP 8.4

Full Changelog: 4.0.6...4.0.7

4.0.6

28 Nov 20:56
505b746

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.5...4.0.6

4.0.5

21 Feb 14:47
2b5910b

Choose a tag to compare

Fixed an issue with the order of applying custom mappings. Thanks to @TPETb for bringing this up in #1!

Full Changelog: 4.0.4...4.0.5

4.0.4

03 Nov 19:40

Choose a tag to compare

  • Added tryFromExtension method

Full Changelog: 4.0.2...4.0.4

4.0.2

19 Jul 21:25
8001940

Choose a tag to compare

  • Updated mime types from httpd upstream:
    • removed application/javascript -> js
    • added text/javascript -> js, mjs

Full Changelog: 4.0.1...4.0.2

4.0.1

27 Apr 00:37

Choose a tag to compare

  • Removed unnecessary use for the MimeTypeInterface.
  • Added text/plain <=> .env mapping

Full Changelog: 4.0.0...4.0.1

4.0.0

11 Feb 16:36

Choose a tag to compare

Breaking changes:

  • new namespace \Elephox\Mimey\ for all classes and interfaces

Full Changelog: 3.1.2...4.0.0

3.1.2

11 Feb 01:22

Choose a tag to compare

Added support for image/heif and image/avif.

Full Changelog: 3.1.1...3.1.2

3.1.1

11 Feb 00:05

Choose a tag to compare

Added interface \Mimey\MimeTypeInterface so you can implement custom types. The generated enum also implements the interface.

Full Changelog: 3.1.0...3.1.1