Releases: elephox-dev/mimey
Releases · elephox-dev/mimey
4.0.8
- Differentiate between HEIC/HEIF mime types/extensions
Full Changelog: 4.0.7...4.0.8
4.0.7
- New mime types:
application/vnd.geogebra.slides:ggsapplication/wasm:wasm
- Support for PHP 8.4
Full Changelog: 4.0.6...4.0.7
4.0.6
What's Changed
- Added PHP 8.3 Support by @fulopattila122 in #3
New Contributors
- @fulopattila122 made their first contribution in #3
Full Changelog: 4.0.5...4.0.6
4.0.5
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
- Added
tryFromExtensionmethod
Full Changelog: 4.0.2...4.0.4
4.0.2
- Updated mime types from httpd upstream:
- removed
application/javascript->js - added
text/javascript->js, mjs
- removed
Full Changelog: 4.0.1...4.0.2
4.0.1
- Removed unnecessary
usefor theMimeTypeInterface. - Added
text/plain <=> .envmapping
Full Changelog: 4.0.0...4.0.1
4.0.0
Breaking changes:
- new namespace
\Elephox\Mimey\for all classes and interfaces
Full Changelog: 3.1.2...4.0.0
3.1.2
Added support for image/heif and image/avif.
Full Changelog: 3.1.1...3.1.2
3.1.1
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