mime-types-data 3.2023.0218 → 3.2023.0218.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Contributing.md +1 -0
- data/History.md +14 -0
- data/data/mime-types.json +1 -1
- data/data/mime.flags.column +1 -1
- data/data/mime.use_instead.column +1 -1
- data/lib/mime/types/data.rb +1 -1
- data/types/text.yaml +0 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 407b6b3f39d8864db03fcc6ea0188d1e5702e14a9034b224b8f8a59750a139d8
|
4
|
+
data.tar.gz: 8514ceab66d7117cd381f3096dd3c0e8218c87cfd933fc091b5691273717531e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd84d3815eba7e299393fda98c78f658d318d265d828f487cf7829d5f2db612a74bcca62604467cdab76fdc8fab8e2e2853d13086ce1fdcb30de9342bc346e56
|
7
|
+
data.tar.gz: f3b1d056bb4979058da50b0920d09dbaf3ff28a62ec27d47e352a62bbe5b22aaf72f3a7056ce784df58310ee2a8f8989cdc746657a40482379c0ce3b952c84bd
|
data/Contributing.md
CHANGED
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
|