- Fix incorrectly treating extension-less file name as extension
- i.e.
'path/to/json'will no longer returnapplication/json
- i.e.
- Fix
.charset(type)to accept parameters - Fix
.charset(type)to match case-insensitive - Improve generation of extension to MIME mapping
- Refactor internals for readability and no argument reassignment
- Prefer
application/*MIME types from the same source - Prefer any type over
application/octet-stream - deps: mime-db@~1.13.0
- Add nginx as a source
- Add new mime types