v1.54.0
Added
- Add MS-related extensions and types
- Add dotLottie mime type
- Add m4b as a type of audio/mp4
- Add extensions list for model/step
- Add support for Procreate Dreams
- Add Procreate Brush and Brush Set file types
- Add Adobe DNG file
- Add support for the FBX file extension
- Add .blend file type
- Add Google Drive MIME types
- Add mime-type for Jupyter notebooks
Changed
- Update custom-types.json
- Mark application/octet-stream as compressible
- Update mime type for DCM format
- Replace got with undici
Fixed
- Fix typo in application/x-zip-compressed mimetype
- Fix compressible flag that was set in the wrong file
What's Changed
- Add some MS-related extensions and types by @ipetrouchtchak-fi in https://github.com/jshttp/mime-db/pull/336
- Update custom-types.json by @robertsky in https://github.com/jshttp/mime-db/pull/343
- docs: notice about semver and data sources by @wesleytodd in https://github.com/jshttp/mime-db/pull/330
- add dotLottie mime type by @aminerol in https://github.com/jshttp/mime-db/pull/351
- Update custom-types.json by @pedro-php in https://github.com/jshttp/mime-db/pull/346
- Spelling by @jsoref in https://github.com/jshttp/mime-db/pull/297
- Add m4b as a type of audio/mp4 by @dhouck in https://github.com/jshttp/mime-db/pull/357
- ci: update ci by @bjohansebas in https://github.com/jshttp/mime-db/pull/356
- Added extensions list for model/step by @JohnSimumatik in https://github.com/jshttp/mime-db/pull/293
- replace got with undici by @bjohansebas in https://github.com/jshttp/mime-db/pull/352
- Add support for Procreate Dreams by @jeffreybaird in https://github.com/jshttp/mime-db/pull/341
- Add Procreate Brush and Brush Set file Types by @jeffreybaird in https://github.com/jshttp/mime-db/pull/339
- Add Adobe DNG file by @jeffreybaird in https://github.com/jshttp/mime-db/pull/340
- Add support for the FBX file extension by @jeffreybaird in https://github.com/jshttp/mime-db/pull/342
- Add .blend file type by @jeffreybaird in https://github.com/jshttp/mime-db/pull/338
- Add Google Drive MIME types by @risu729 in https://github.com/jshttp/mime-db/pull/311
- Add mime-type for Jupyter notebooks by @julien-c in https://github.com/jshttp/mime-db/pull/282
- Fix typo in application/x-zip-compressed mimetype by @jkbach in https://github.com/jshttp/mime-db/pull/359
- mark application/octet-stream as compressible by @greggman in https://github.com/jshttp/mime-db/pull/163
- Update mime type for DCM format by @DimitriPapadopoulos in https://github.com/jshttp/mime-db/pull/362
- fix: compressible was set in the wrong file in #163 by @wesleytodd in https://github.com/jshttp/mime-db/pull/365
- Release v1.54.0 by @wesleytodd in https://github.com/jshttp/mime-db/pull/363
New Contributors
- @ipetrouchtchak-fi made their first contribution in https://github.com/jshttp/mime-db/pull/336
- @robertsky made their first contribution in https://github.com/jshttp/mime-db/pull/343
- @aminerol made their first contribution in https://github.com/jshttp/mime-db/pull/351
- @pedro-php made their first contribution in https://github.com/jshttp/mime-db/pull/346
- @jsoref made their first contribution in https://github.com/jshttp/mime-db/pull/297
- @dhouck made their first contribution in https://github.com/jshttp/mime-db/pull/357
- @bjohansebas made their first contribution in https://github.com/jshttp/mime-db/pull/356
- @JohnSimumatik made their first contribution in https://github.com/jshttp/mime-db/pull/293
- @jeffreybaird made their first contribution in https://github.com/jshttp/mime-db/pull/341
- @risu729 made their first contribution in https://github.com/jshttp/mime-db/pull/311
- @julien-c made their first contribution in https://github.com/jshttp/mime-db/pull/282
- @jkbach made their first contribution in https://github.com/jshttp/mime-db/pull/359
- @greggman made their first contribution in https://github.com/jshttp/mime-db/pull/163
- @DimitriPapadopoulos made their first contribution in https://github.com/jshttp/mime-db/pull/362
Full Changelog: https://github.com/jshttp/mime-db/compare/v1.53.0...v1.54.0