b802f2d221d1a23ef20951c72a7db714d8e02f79d4b56be71653b0766f32f0db6364e82ca39a8ed0a4835266fd23472cbd26ebd4d237ae3fcd6c6251d90f2c 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  1. 1.54.0 / 2025-03-17
  2. ===================
  3. * Update mime type for DCM format (#362)
  4. * mark application/octet-stream as compressible (#163)
  5. * Fix typo in application/x-zip-compressed mimetype (#359)
  6. * Add mime-type for Jupyter notebooks (#282)
  7. * Add Google Drive MIME types (#311)
  8. * Add .blend file type (#338)
  9. * Add support for the FBX file extension (#342)
  10. * Add Adobe DNG file (#340)
  11. * Add Procreate Brush and Brush Set file Types (#339)
  12. * Add support for Procreate Dreams (#341)
  13. * replace got with undici (#352)
  14. * Added extensions list for model/step (#293)
  15. * Add m4b as a type of audio/mp4 (#357)
  16. * windows 11 application/x-zip-compressed (#346)
  17. * add dotLottie mime type (#351)
  18. * Add some MS-related extensions and types (#336)
  19. 1.53.0 / 2024-07-12
  20. ===================
  21. * Add extension `.sql` to `application/sql`
  22. * Add extensions `.aac` and `.adts` to `audio/aac`
  23. * Add extensions `.js` and `.mjs` to `text/javascript`
  24. * Add extensions for `application/mp4` from IANA
  25. * Add extensions from IANA for more MIME types
  26. * Add Microsoft app installer types and extensions
  27. * Add new upstream MIME types
  28. * Fix extensions for `text/markdown` to match IANA
  29. * Remove extension `.mjs` from `application/javascript`
  30. * Remove obsolete MIME types from IANA data
  31. 1.52.0 / 2022-02-21
  32. ===================
  33. * Add extensions from IANA for more `image/*` types
  34. * Add extension `.asc` to `application/pgp-keys`
  35. * Add extensions to various XML types
  36. * Add new upstream MIME types
  37. 1.51.0 / 2021-11-08
  38. ===================
  39. * Add new upstream MIME types
  40. * Mark `image/vnd.microsoft.icon` as compressible
  41. * Mark `image/vnd.ms-dds` as compressible
  42. 1.50.0 / 2021-09-15
  43. ===================
  44. * Add deprecated iWorks mime types and extensions
  45. * Add new upstream MIME types
  46. 1.49.0 / 2021-07-26
  47. ===================
  48. * Add extension `.trig` to `application/trig`
  49. * Add new upstream MIME types
  50. 1.48.0 / 2021-05-30
  51. ===================
  52. * Add extension `.mvt` to `application/vnd.mapbox-vector-tile`
  53. * Add new upstream MIME types
  54. * Mark `text/yaml` as compressible
  55. 1.47.0 / 2021-04-01
  56. ===================
  57. * Add new upstream MIME types
  58. * Remove ambiguous extensions from IANA for `application/*+xml` types
  59. * Update primary extension to `.es` for `application/ecmascript`
  60. 1.46.0 / 2021-02-13
  61. ===================
  62. * Add extension `.amr` to `audio/amr`
  63. * Add extension `.m4s` to `video/iso.segment`
  64. * Add extension `.opus` to `audio/ogg`
  65. * Add new upstream MIME types
  66. 1.45.0 / 2020-09-22
  67. ===================
  68. * Add `application/ubjson` with extension `.ubj`
  69. * Add `image/avif` with extension `.avif`
  70. * Add `image/ktx2` with extension `.ktx2`
  71. * Add extension `.dbf` to `application/vnd.dbf`
  72. * Add extension `.rar` to `application/vnd.rar`
  73. * Add extension `.td` to `application/urc-targetdesc+xml`
  74. * Add new upstream MIME types
  75. * Fix extension of `application/vnd.apple.keynote` to be `.key`
  76. 1.44.0 / 2020-04-22
  77. ===================
  78. * Add charsets from IANA
  79. * Add extension `.cjs` to `application/node`
  80. * Add new upstream MIME types
  81. 1.43.0 / 2020-01-05
  82. ===================
  83. * Add `application/x-keepass2` with extension `.kdbx`
  84. * Add extension `.mxmf` to `audio/mobile-xmf`
  85. * Add extensions from IANA for `application/*+xml` types
  86. * Add new upstream MIME types
  87. 1.42.0 / 2019-09-25
  88. ===================
  89. * Add `image/vnd.ms-dds` with extension `.dds`
  90. * Add new upstream MIME types
  91. * Remove compressible from `multipart/mixed`
  92. 1.41.0 / 2019-08-30
  93. ===================
  94. * Add new upstream MIME types
  95. * Add `application/toml` with extension `.toml`
  96. * Mark `font/ttf` as compressible
  97. 1.40.0 / 2019-04-20
  98. ===================
  99. * Add extensions from IANA for `model/*` types
  100. * Add `text/mdx` with extension `.mdx`
  101. 1.39.0 / 2019-04-04
  102. ===================
  103. * Add extensions `.siv` and `.sieve` to `application/sieve`
  104. * Add new upstream MIME types
  105. 1.38.0 / 2019-02-04
  106. ===================
  107. * Add extension `.nq` to `application/n-quads`
  108. * Add extension `.nt` to `application/n-triples`
  109. * Add new upstream MIME types
  110. * Mark `text/less` as compressible
  111. 1.37.0 / 2018-10-19
  112. ===================
  113. * Add extensions to HEIC image types
  114. * Add new upstream MIME types
  115. 1.36.0 / 2018-08-20
  116. ===================
  117. * Add Apple file extensions from IANA
  118. * Add extensions from IANA for `image/*` types
  119. * Add new upstream MIME types
  120. 1.35.0 / 2018-07-15
  121. ===================
  122. * Add extension `.owl` to `application/rdf+xml`
  123. * Add new upstream MIME types
  124. - Removes extension `.woff` from `application/font-woff`
  125. 1.34.0 / 2018-06-03
  126. ===================
  127. * Add extension `.csl` to `application/vnd.citationstyles.style+xml`
  128. * Add extension `.es` to `application/ecmascript`
  129. * Add new upstream MIME types
  130. * Add `UTF-8` as default charset for `text/turtle`
  131. * Mark all XML-derived types as compressible
  132. 1.33.0 / 2018-02-15
  133. ===================
  134. * Add extensions from IANA for `message/*` types
  135. * Add new upstream MIME types
  136. * Fix some incorrect OOXML types
  137. * Remove `application/font-woff2`
  138. 1.32.0 / 2017-11-29
  139. ===================
  140. * Add new upstream MIME types
  141. * Update `text/hjson` to registered `application/hjson`
  142. * Add `text/shex` with extension `.shex`
  143. 1.31.0 / 2017-10-25
  144. ===================
  145. * Add `application/raml+yaml` with extension `.raml`
  146. * Add `application/wasm` with extension `.wasm`
  147. * Add new `font` type from IANA
  148. * Add new upstream font extensions
  149. * Add new upstream MIME types
  150. * Add extensions for JPEG-2000 images
  151. 1.30.0 / 2017-08-27
  152. ===================
  153. * Add `application/vnd.ms-outlook`
  154. * Add `application/x-arj`
  155. * Add extension `.mjs` to `application/javascript`
  156. * Add glTF types and extensions
  157. * Add new upstream MIME types
  158. * Add `text/x-org`
  159. * Add VirtualBox MIME types
  160. * Fix `source` records for `video/*` types that are IANA
  161. * Update `font/opentype` to registered `font/otf`
  162. 1.29.0 / 2017-07-10
  163. ===================
  164. * Add `application/fido.trusted-apps+json`
  165. * Add extension `.wadl` to `application/vnd.sun.wadl+xml`
  166. * Add new upstream MIME types
  167. * Add `UTF-8` as default charset for `text/css`
  168. 1.28.0 / 2017-05-14
  169. ===================
  170. * Add new upstream MIME types
  171. * Add extension `.gz` to `application/gzip`
  172. * Update extensions `.md` and `.markdown` to be `text/markdown`
  173. 1.27.0 / 2017-03-16
  174. ===================
  175. * Add new upstream MIME types
  176. * Add `image/apng` with extension `.apng`
  177. 1.26.0 / 2017-01-14
  178. ===================
  179. * Add new upstream MIME types
  180. * Add extension `.geojson` to `application/geo+json`
  181. 1.25.0 / 2016-11-11
  182. ===================
  183. * Add new upstream MIME types
  184. 1.24.0 / 2016-09-18
  185. ===================
  186. * Add `audio/mp3`
  187. * Add new upstream MIME types
  188. 1.23.0 / 2016-05-01
  189. ===================
  190. * Add new upstream MIME types
  191. * Add extension `.3gpp` to `audio/3gpp`
  192. 1.22.0 / 2016-02-15
  193. ===================
  194. * Add `text/slim`
  195. * Add extension `.rng` to `application/xml`
  196. * Add new upstream MIME types
  197. * Fix extension of `application/dash+xml` to be `.mpd`
  198. * Update primary extension to `.m4a` for `audio/mp4`
  199. 1.21.0 / 2016-01-06
  200. ===================
  201. * Add Google document types
  202. * Add new upstream MIME types
  203. 1.20.0 / 2015-11-10
  204. ===================
  205. * Add `text/x-suse-ymp`
  206. * Add new upstream MIME types
  207. 1.19.0 / 2015-09-17
  208. ===================
  209. * Add `application/vnd.apple.pkpass`
  210. * Add new upstream MIME types
  211. 1.18.0 / 2015-09-03
  212. ===================
  213. * Add new upstream MIME types
  214. 1.17.0 / 2015-08-13
  215. ===================
  216. * Add `application/x-msdos-program`
  217. * Add `audio/g711-0`
  218. * Add `image/vnd.mozilla.apng`
  219. * Add extension `.exe` to `application/x-msdos-program`
  220. 1.16.0 / 2015-07-29
  221. ===================
  222. * Add `application/vnd.uri-map`
  223. 1.15.0 / 2015-07-13
  224. ===================
  225. * Add `application/x-httpd-php`
  226. 1.14.0 / 2015-06-25
  227. ===================
  228. * Add `application/scim+json`
  229. * Add `application/vnd.3gpp.ussd+xml`
  230. * Add `application/vnd.biopax.rdf+xml`
  231. * Add `text/x-processing`
  232. 1.13.0 / 2015-06-07
  233. ===================
  234. * Add nginx as a source
  235. * Add `application/x-cocoa`
  236. * Add `application/x-java-archive-diff`
  237. * Add `application/x-makeself`
  238. * Add `application/x-perl`
  239. * Add `application/x-pilot`
  240. * Add `application/x-redhat-package-manager`
  241. * Add `application/x-sea`
  242. * Add `audio/x-m4a`
  243. * Add `audio/x-realaudio`
  244. * Add `image/x-jng`
  245. * Add `text/mathml`
  246. 1.12.0 / 2015-06-05
  247. ===================
  248. * Add `application/bdoc`
  249. * Add `application/vnd.hyperdrive+json`
  250. * Add `application/x-bdoc`
  251. * Add extension `.rtf` to `text/rtf`
  252. 1.11.0 / 2015-05-31
  253. ===================
  254. * Add `audio/wav`
  255. * Add `audio/wave`
  256. * Add extension `.litcoffee` to `text/coffeescript`
  257. * Add extension `.sfd-hdstx` to `application/vnd.hydrostatix.sof-data`
  258. * Add extension `.n-gage` to `application/vnd.nokia.n-gage.symbian.install`
  259. 1.10.0 / 2015-05-19
  260. ===================
  261. * Add `application/vnd.balsamiq.bmpr`
  262. * Add `application/vnd.microsoft.portable-executable`
  263. * Add `application/x-ns-proxy-autoconfig`
  264. 1.9.1 / 2015-04-19
  265. ==================
  266. * Remove `.json` extension from `application/manifest+json`
  267. - This is causing bugs downstream
  268. 1.9.0 / 2015-04-19
  269. ==================
  270. * Add `application/manifest+json`
  271. * Add `application/vnd.micro+json`
  272. * Add `image/vnd.zbrush.pcx`
  273. * Add `image/x-ms-bmp`
  274. 1.8.0 / 2015-03-13
  275. ==================
  276. * Add `application/vnd.citationstyles.style+xml`
  277. * Add `application/vnd.fastcopy-disk-image`
  278. * Add `application/vnd.gov.sk.xmldatacontainer+xml`
  279. * Add extension `.jsonld` to `application/ld+json`
  280. 1.7.0 / 2015-02-08
  281. ==================
  282. * Add `application/vnd.gerber`
  283. * Add `application/vnd.msa-disk-image`
  284. 1.6.1 / 2015-02-05
  285. ==================
  286. * Community extensions ownership transferred from `node-mime`
  287. 1.6.0 / 2015-01-29
  288. ==================
  289. * Add `application/jose`
  290. * Add `application/jose+json`
  291. * Add `application/json-seq`
  292. * Add `application/jwk+json`
  293. * Add `application/jwk-set+json`
  294. * Add `application/jwt`
  295. * Add `application/rdap+json`
  296. * Add `application/vnd.gov.sk.e-form+xml`
  297. * Add `application/vnd.ims.imsccv1p3`
  298. 1.5.0 / 2014-12-30
  299. ==================
  300. * Add `application/vnd.oracle.resource+json`
  301. * Fix various invalid MIME type entries
  302. - `application/mbox+xml`
  303. - `application/oscp-response`
  304. - `application/vwg-multiplexed`
  305. - `audio/g721`
  306. 1.4.0 / 2014-12-21
  307. ==================
  308. * Add `application/vnd.ims.imsccv1p2`
  309. * Fix various invalid MIME type entries
  310. - `application/vnd-acucobol`
  311. - `application/vnd-curl`
  312. - `application/vnd-dart`
  313. - `application/vnd-dxr`
  314. - `application/vnd-fdf`
  315. - `application/vnd-mif`
  316. - `application/vnd-sema`
  317. - `application/vnd-wap-wmlc`
  318. - `application/vnd.adobe.flash-movie`
  319. - `application/vnd.dece-zip`
  320. - `application/vnd.dvb_service`
  321. - `application/vnd.micrografx-igx`
  322. - `application/vnd.sealed-doc`
  323. - `application/vnd.sealed-eml`
  324. - `application/vnd.sealed-mht`
  325. - `application/vnd.sealed-ppt`
  326. - `application/vnd.sealed-tiff`
  327. - `application/vnd.sealed-xls`
  328. - `application/vnd.sealedmedia.softseal-html`
  329. - `application/vnd.sealedmedia.softseal-pdf`
  330. - `application/vnd.wap-slc`
  331. - `application/vnd.wap-wbxml`
  332. - `audio/vnd.sealedmedia.softseal-mpeg`
  333. - `image/vnd-djvu`
  334. - `image/vnd-svf`
  335. - `image/vnd-wap-wbmp`
  336. - `image/vnd.sealed-png`
  337. - `image/vnd.sealedmedia.softseal-gif`
  338. - `image/vnd.sealedmedia.softseal-jpg`
  339. - `model/vnd-dwf`
  340. - `model/vnd.parasolid.transmit-binary`
  341. - `model/vnd.parasolid.transmit-text`
  342. - `text/vnd-a`
  343. - `text/vnd-curl`
  344. - `text/vnd.wap-wml`
  345. * Remove example template MIME types
  346. - `application/example`
  347. - `audio/example`
  348. - `image/example`
  349. - `message/example`
  350. - `model/example`
  351. - `multipart/example`
  352. - `text/example`
  353. - `video/example`
  354. 1.3.1 / 2014-12-16
  355. ==================
  356. * Fix missing extensions
  357. - `application/json5`
  358. - `text/hjson`
  359. 1.3.0 / 2014-12-07
  360. ==================
  361. * Add `application/a2l`
  362. * Add `application/aml`
  363. * Add `application/atfx`
  364. * Add `application/atxml`
  365. * Add `application/cdfx+xml`
  366. * Add `application/dii`
  367. * Add `application/json5`
  368. * Add `application/lxf`
  369. * Add `application/mf4`
  370. * Add `application/vnd.apache.thrift.compact`
  371. * Add `application/vnd.apache.thrift.json`
  372. * Add `application/vnd.coffeescript`
  373. * Add `application/vnd.enphase.envoy`
  374. * Add `application/vnd.ims.imsccv1p1`
  375. * Add `text/csv-schema`
  376. * Add `text/hjson`
  377. * Add `text/markdown`
  378. * Add `text/yaml`
  379. 1.2.0 / 2014-11-09
  380. ==================
  381. * Add `application/cea`
  382. * Add `application/dit`
  383. * Add `application/vnd.gov.sk.e-form+zip`
  384. * Add `application/vnd.tmd.mediaflex.api+xml`
  385. * Type `application/epub+zip` is now IANA-registered
  386. 1.1.2 / 2014-10-23
  387. ==================
  388. * Rebuild database for `application/x-www-form-urlencoded` change
  389. 1.1.1 / 2014-10-20
  390. ==================
  391. * Mark `application/x-www-form-urlencoded` as compressible.
  392. 1.1.0 / 2014-09-28
  393. ==================
  394. * Add `application/font-woff2`
  395. 1.0.3 / 2014-09-25
  396. ==================
  397. * Fix engine requirement in package
  398. 1.0.2 / 2014-09-25
  399. ==================
  400. * Add `application/coap-group+json`
  401. * Add `application/dcd`
  402. * Add `application/vnd.apache.thrift.binary`
  403. * Add `image/vnd.tencent.tap`
  404. * Mark all JSON-derived types as compressible
  405. * Update `text/vtt` data
  406. 1.0.1 / 2014-08-30
  407. ==================
  408. * Fix extension ordering
  409. 1.0.0 / 2014-08-30
  410. ==================
  411. * Add `application/atf`
  412. * Add `application/merge-patch+json`
  413. * Add `multipart/x-mixed-replace`
  414. * Add `source: 'apache'` metadata
  415. * Add `source: 'iana'` metadata
  416. * Remove badly-assumed charset data