v1.53.0
Added
- Add sql extension to application/sql
Changed
- Replace deprecated String.prototype.substr()
- Correct JavaScript MIME types and extensions per RFC 9239
Fixed
- Fix typo
- Fix pin versions nyc version for testing on old versions of node <= 9
What's Changed
- Replace deprecated String.prototype.substr() by @CommanderRoot in https://github.com/jshttp/mime-db/pull/258
- Fix typo by @mathiasbynens in https://github.com/jshttp/mime-db/pull/265
- Correct JavaScript MIME types + extensions per RFC 9239 by @mathiasbynens in https://github.com/jshttp/mime-db/pull/262
- update: Add sql extension to application/sql by @mulukenrock in https://github.com/jshttp/mime-db/pull/272
- Fix pin versions nyc version for testing on old versions of node <= 9 by @carpasse in https://github.com/jshttp/mime-db/pull/318
- chore: add scorecard pipeline by @carpasse in https://github.com/jshttp/mime-db/pull/316
- Update README.md by @tinhochu in https://github.com/jshttp/mime-db/pull/313
- create a GHA to run update and open a PR if diff by @jonchurch in https://github.com/jshttp/mime-db/pull/327
- Update action fix by @wesleytodd in https://github.com/jshttp/mime-db/pull/329
- 🤖Automated update by @github-actions in https://github.com/jshttp/mime-db/pull/328
New Contributors
- @CommanderRoot made their first contribution in https://github.com/jshttp/mime-db/pull/258
- @mathiasbynens made their first contribution in https://github.com/jshttp/mime-db/pull/265
- @mulukenrock made their first contribution in https://github.com/jshttp/mime-db/pull/272
- @carpasse made their first contribution in https://github.com/jshttp/mime-db/pull/318
- @tinhochu made their first contribution in https://github.com/jshttp/mime-db/pull/313
- @jonchurch made their first contribution in https://github.com/jshttp/mime-db/pull/327
- @wesleytodd made their first contribution in https://github.com/jshttp/mime-db/pull/329
- @github-actions made their first contribution in https://github.com/jshttp/mime-db/pull/328
Full Changelog: https://github.com/jshttp/mime-db/compare/v1.52.0...v1.53.0