mime-types-data 3.2023.0218 → 3.2023.0218.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7914be7c09c4fcfd34d40f2e3991ca4e0b86169f5f30123eceff2e9eb2d8f8a0
4
- data.tar.gz: 03bee6680fc16ce0f8d79626790646dc6fa93a77d527d9d6df76c0efaf81cb1a
3
+ metadata.gz: 407b6b3f39d8864db03fcc6ea0188d1e5702e14a9034b224b8f8a59750a139d8
4
+ data.tar.gz: 8514ceab66d7117cd381f3096dd3c0e8218c87cfd933fc091b5691273717531e
5
5
  SHA512:
6
- metadata.gz: 932b7f5d6039afc142ad3d0c755a4acecb8866257937ce1b6f25884cb7995de7b14044acae7a12f1a6428ec92f3530bbffc56959c05f5e7862fb4a1c6f55c959
7
- data.tar.gz: 56693fcc37138c83a18d293a0bc4712bb26577ce572bf9598d20e41188a71732fd5347b0c7b49d04b191fda225789ff1cc666e4e06d3371fa0ee2a99dac38ca7
6
+ metadata.gz: bd84d3815eba7e299393fda98c78f658d318d265d828f487cf7829d5f2db612a74bcca62604467cdab76fdc8fab8e2e2853d13086ce1fdcb30de9342bc346e56
7
+ data.tar.gz: f3b1d056bb4979058da50b0920d09dbaf3ff28a62ec27d47e352a62bbe5b22aaf72f3a7056ce784df58310ee2a8f8989cdc746657a40482379c0ce3b952c84bd
data/Contributing.md CHANGED
@@ -231,6 +231,7 @@ Thanks to everyone else who has contributed to mime-types:
231
231
  - Richard Hurt
232
232
  - Richard Schneeman
233
233
  - Robert Buchberger
234
+ - Samuel Williams
234
235
  - Sergio Baptista
235
236
  - Tao Guo
236
237
  - Thomas Leese
data/History.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  <!-- automatic-release -->
4
4
 
5
+ ## 3.2023.0218.1 / 2023-02-18
6
+
7
+ - When this data library was created in 2015, I made the decision based on
8
+ information available to deprecate `text/javascript` in favour of
9
+ `application/javascript`. Since the previous update (2022-01-05), IANA has
10
+ officially deprecated `application/javascript` in favour of
11
+ `text/javascript`. Samuel Williams discovered this in [#55][] by noting
12
+ that all `js` types were marked obsolete in version 3.2023.0218.
13
+
14
+ A hotfix has been applied to resolve this. However, note that
15
+ `application/javascript` will not be returned by default, only
16
+ `text/javascript`.
17
+
5
18
  ## 3.2023.0218 / 2023-02-18
6
19
 
7
20
  - Updated the Apache and IANA media registry entries as of release date.
@@ -521,6 +534,7 @@
521
534
  [#52]: https://github.com/mime-types/mime-types-data/pull/52
522
535
  [#53]: https://github.com/mime-types/mime-types-data/pull/53
523
536
  [#54]: https://github.com/mime-types/mime-types-data/issues/54
537
+ [#55]: https://github.com/mime-types/mime-types-data/issues/55
524
538
  [rmt]: https://github.com/mime-types/ruby-mime-types
525
539
  [code of conduct]: Code-of-Conduct.md
526
540
  [mini_mime]: https://github.com/discourse/mini_mime/issues/41