mime-types-data 3.2019.1009 → 3.2021.0225
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Code-of-Conduct.md +10 -10
- data/Contributing.md +130 -68
- data/History.md +396 -334
- data/Licence.md +1 -1
- data/README.md +27 -27
- data/Rakefile +78 -13
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +106 -6
- data/data/mime.docs.column +100 -0
- data/data/mime.encoding.column +100 -0
- data/data/mime.flags.column +100 -0
- data/data/mime.friendly.column +100 -0
- data/data/mime.pext.column +100 -0
- data/data/mime.use_instead.column +100 -0
- data/data/mime.xrefs.column +140 -40
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +599 -27
- data/types/audio.yaml +71 -1
- data/types/image.yaml +184 -2
- data/types/model.yaml +29 -0
- data/types/text.yaml +92 -2
- data/types/video.yaml +25 -1
- metadata +15 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b4df636cfdb87dc217a877c0f1fa184ef733df9284058884d78304723761b14
|
4
|
+
data.tar.gz: 91ba421b2516396fd888e5e2b8f10d10e8f6d41a20f6aab34d3c7942f3bc04e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d10fb09775c4f37c01d7d45fca71f0ba2b03886ac62bd2fa71fa524b46856c20c8ef716695d6df00b4528e7664027daca28ed24c68efbccd20e422a545de537
|
7
|
+
data.tar.gz: ac0b658ba7d5ef84541a173fe3bf4b0c842f0f11852ca6cd6b816b39a47fb80f61e201b2bd516fd54723035fab91213b6b66afab6fdfb7f41a8e5806c8e1bf41
|
data/Code-of-Conduct.md
CHANGED
@@ -14,21 +14,21 @@ identity and orientation.
|
|
14
14
|
Examples of behavior that contributes to creating a positive environment
|
15
15
|
include:
|
16
16
|
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
17
|
+
- Using welcoming and inclusive language
|
18
|
+
- Being respectful of differing viewpoints and experiences
|
19
|
+
- Gracefully accepting constructive criticism
|
20
|
+
- Focusing on what is best for the community
|
21
|
+
- Showing empathy towards other community members
|
22
22
|
|
23
23
|
Examples of unacceptable behavior by participants include:
|
24
24
|
|
25
|
-
|
25
|
+
- The use of sexualized language or imagery and unwelcome sexual attention or
|
26
26
|
advances
|
27
|
-
|
28
|
-
|
29
|
-
|
27
|
+
- Trolling, insulting/derogatory comments, and personal or political attacks
|
28
|
+
- Public or private harassment
|
29
|
+
- Publishing others' private information, such as a physical or electronic
|
30
30
|
address, without explicit permission
|
31
|
-
|
31
|
+
- Other conduct which could reasonably be considered inappropriate in a
|
32
32
|
professional setting
|
33
33
|
|
34
34
|
## Our Responsibilities
|
data/Contributing.md
CHANGED
@@ -5,18 +5,18 @@ MIME type defintions, or additional code to help manage the MIME types. As with
|
|
5
5
|
many of my projects, I have a few suggestions for improving the chance of
|
6
6
|
acceptance of your code contributions:
|
7
7
|
|
8
|
-
|
8
|
+
- The support files are written in Ruby and should remain in the coding style
|
9
9
|
that already exists, and I use hoe for releasing the mime-types-data RubyGem.
|
10
|
-
|
10
|
+
- Use a thoughtfully-named topic branch that contains your change. Rebase your
|
11
11
|
commits into logical chunks as necessary.
|
12
|
-
|
13
|
-
|
12
|
+
- Use [quality commit messages][qcm].
|
13
|
+
- Do not change the version number; when your patch is accepted and a release
|
14
14
|
is made, the version will be updated at that point.
|
15
|
-
|
16
|
-
|
15
|
+
- Submit a GitHub pull request with your changes.
|
16
|
+
- New or changed behaviours require new or updated documentation.
|
17
17
|
|
18
18
|
Although mime-types-data was extracted from the [Ruby mime-types][rmt] gem and
|
19
|
-
the support files are written in Ruby, the
|
19
|
+
the support files are written in Ruby, the _target_ of mime-types-data is any
|
20
20
|
implementation that wishes to use the data as a MIME types registry, so I am
|
21
21
|
particularly interested in tools that will create a mime-types-data package for
|
22
22
|
other languages.
|
@@ -34,19 +34,19 @@ New or modified MIME types should be edited in the appropriate YAML file under
|
|
34
34
|
in `types/application.yml`.
|
35
35
|
|
36
36
|
```yaml
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
37
|
+
- !ruby/object:MIME::Type
|
38
|
+
content-type: application/xml
|
39
|
+
encoding: 8bit
|
40
|
+
extensions:
|
41
41
|
- xml
|
42
42
|
- xsl
|
43
|
-
|
43
|
+
references:
|
44
44
|
- IANA
|
45
45
|
- RFC3023
|
46
|
-
|
47
|
-
|
46
|
+
xrefs: !ruby/hash:MIME::Types::Container
|
47
|
+
rfc:
|
48
48
|
- rfc3023
|
49
|
-
|
49
|
+
registered: true
|
50
50
|
```
|
51
51
|
|
52
52
|
There are other fields that can be added, matching the fields discussed in the
|
@@ -65,8 +65,10 @@ new columnar format.
|
|
65
65
|
If you are maintaining a private fork and wish to update your copy of the MIME
|
66
66
|
types registry used by this gem, you can do this with the rake tasks:
|
67
67
|
|
68
|
-
|
69
|
-
|
68
|
+
```sh
|
69
|
+
$ rake mime:iana
|
70
|
+
$ rake mime:apache
|
71
|
+
```
|
70
72
|
|
71
73
|
### Development Dependencies
|
72
74
|
|
@@ -74,12 +76,16 @@ mime-types-data uses Ryan Davis’s {Hoe}[https://github.com/seattlerb/hoe] to
|
|
74
76
|
manage the release process, and it adds a number of rake tasks. You will mostly
|
75
77
|
be interested in:
|
76
78
|
|
77
|
-
|
79
|
+
```sh
|
80
|
+
$ rake
|
81
|
+
```
|
78
82
|
|
79
83
|
which runs the tests the same way that:
|
80
84
|
|
81
|
-
|
82
|
-
|
85
|
+
```sh
|
86
|
+
$ rake test
|
87
|
+
$ rake travis
|
88
|
+
```
|
83
89
|
|
84
90
|
will do.
|
85
91
|
|
@@ -87,76 +93,132 @@ To assist with the installation of the development dependencies for
|
|
87
93
|
mime-types-data, I have provided the simplest possible Gemfile pointing to the
|
88
94
|
(generated) `mime-types-data.gemspec` file. This will permit you to do:
|
89
95
|
|
90
|
-
|
96
|
+
```sh
|
97
|
+
$ bundle install
|
98
|
+
```
|
91
99
|
|
92
100
|
to get the development dependencies. If you aleady have `hoe` installed, you
|
93
101
|
can accomplish the same thing with:
|
94
102
|
|
95
|
-
|
103
|
+
```sh
|
104
|
+
$ rake newb
|
105
|
+
```
|
96
106
|
|
97
107
|
This task will install any missing dependencies, run the tests/specs, and
|
98
108
|
generate the RDoc.
|
99
109
|
|
100
110
|
You can run tests with code coverage analysis by running:
|
101
111
|
|
102
|
-
|
112
|
+
```sh
|
113
|
+
$ rake test:coverage
|
114
|
+
```
|
103
115
|
|
104
116
|
### Workflow
|
105
117
|
|
106
118
|
Here's the most direct way to get your work merged into the project:
|
107
119
|
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
* Push the branch up (`git push origin my\_awesome\_feature`).
|
117
|
-
* Create a pull request against mime-types/mime-types-data and describe what
|
120
|
+
- Fork the project.
|
121
|
+
- Clone down your fork (`git clone git://github.com/<username>/mime-types-data.git`).
|
122
|
+
- Create a topic branch to contain your change (`git checkout -b my\_awesome\_feature`).
|
123
|
+
- Hack away, add tests. Not necessarily in that order.
|
124
|
+
- Make sure everything still passes by running `rake`.
|
125
|
+
- If necessary, rebase your commits into logical chunks, without errors.
|
126
|
+
- Push the branch up (`git push origin my\_awesome\_feature`).
|
127
|
+
- Create a pull request against mime-types/mime-types-data and describe what
|
118
128
|
your change does and the why you think it should be merged.
|
119
129
|
|
130
|
+
### The Release Process
|
131
|
+
|
132
|
+
The release process needs automation; as it includes generating code and
|
133
|
+
committing to the repository, it is not clear how this will happen safely.
|
134
|
+
|
135
|
+
1. Review any outstanding issues or pull requests to see if anything needs to
|
136
|
+
be addressed. This is necessary because there is currently no automated
|
137
|
+
source for extensions for the thousands of MIME entries. (Suggestions and/or
|
138
|
+
pull requests for same would be deeply appreciated.)
|
139
|
+
2. `bundle install`
|
140
|
+
3. `bundle exec rake mime:apache`
|
141
|
+
4. `bundle exec rake mime:iana`
|
142
|
+
5. Review the changes to make sure that the changes are sane. The IANA data
|
143
|
+
source changes from time to time, resulting in big changes or even a broken
|
144
|
+
step 4. (The most recent change was the addition of the font/\* top-level
|
145
|
+
category.)
|
146
|
+
6. `bundle exec rake convert`
|
147
|
+
7. `bundle exec rake update:version`
|
148
|
+
8. Write up the changes in History.md. If any PRs have been merged, these
|
149
|
+
should be noted specifically.
|
150
|
+
9. Commit the changes and push to GitHub.
|
151
|
+
10. `bundle exec rake release VERSION=newversion`
|
152
|
+
|
153
|
+
### Automating the Release
|
154
|
+
|
155
|
+
If anyone wishes to provide suggestions on automation, this would be a
|
156
|
+
two-phase process:
|
157
|
+
|
158
|
+
1. A system would need to periodically create PRs to the GitHub repository
|
159
|
+
with the output of the following commands (steps 2, 3, and 4):
|
160
|
+
|
161
|
+
```sh
|
162
|
+
bundle install
|
163
|
+
bundle exec rake mime:apache
|
164
|
+
bundle exec rake mime:iana
|
165
|
+
git add .
|
166
|
+
git commit -m "[Automated] MIME Type update for $(date)"
|
167
|
+
# Somehow make the PR from here.
|
168
|
+
```
|
169
|
+
|
170
|
+
2. Once this PR is approved and merged, the next steps would be conversion,
|
171
|
+
version update, automatic update of History.md, and release (steps 6–10).
|
172
|
+
|
173
|
+
This is based on an issue [#18][].
|
174
|
+
|
120
175
|
### Contributors
|
121
176
|
|
122
|
-
|
177
|
+
- Austin Ziegler created mime-types.
|
123
178
|
|
124
179
|
Thanks to everyone else who has contributed to mime-types:
|
125
180
|
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
181
|
+
- Aaron Patterson
|
182
|
+
- Aggelos Avgerinos
|
183
|
+
- Alessio Parma
|
184
|
+
- Alex Balhatchet
|
185
|
+
- Andre Pankratz
|
186
|
+
- Andrey Eremin
|
187
|
+
- Andy Brody
|
188
|
+
- Arnaud Meuret
|
189
|
+
- Bradley Meck
|
190
|
+
- Brandon Galbraith
|
191
|
+
- Chris Gat
|
192
|
+
- David Genord
|
193
|
+
- Eric Marden
|
194
|
+
- Garret Alfert
|
195
|
+
- Godfrey Chan
|
196
|
+
- Greg Brockman
|
197
|
+
- Hans de Graaff
|
198
|
+
- Henrik Hodne
|
199
|
+
- Jeremy Evans
|
200
|
+
- John Gardner
|
201
|
+
- Juanito Fatas
|
202
|
+
- Keerthi Siva
|
203
|
+
- Ken Ip
|
204
|
+
- Łukasz Śliwa
|
205
|
+
- Lucia
|
206
|
+
- Martin d'Allens
|
207
|
+
- Mauricio Linhares
|
208
|
+
- Myk Klemme
|
209
|
+
- nycvotes-dev
|
210
|
+
- Postmodern
|
211
|
+
- Richard Hirner
|
212
|
+
- Richard Hurt
|
213
|
+
- Richard Schneeman
|
214
|
+
- Robert Buchberger
|
215
|
+
- Sergio Baptista
|
216
|
+
- Tao Guo
|
217
|
+
- Thomas Leese
|
218
|
+
- Tibor Szolár
|
219
|
+
- Todd Carrico
|
220
|
+
- Yoran Brondsema
|
160
221
|
|
161
222
|
[qcm]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|
162
223
|
[rmt]: https://github.com/mime-types/ruby-mime-types/
|
224
|
+
[#18]: https://github.com/mime-types/mime-types-data/issues/18
|
data/History.md
CHANGED
@@ -1,406 +1,468 @@
|
|
1
1
|
# MIME Types Changes by Version
|
2
2
|
|
3
|
-
|
3
|
+
<!-- automatic-release -->
|
4
4
|
|
5
|
-
|
5
|
+
## 3.2021.0225 / 2021-02-25
|
6
6
|
|
7
|
-
|
8
|
-
|
7
|
+
- Updated the Apache and IANA media registry entries as of release date.
|
8
|
+
|
9
|
+
- Added file extension for AVIF video format. [#40].
|
10
|
+
|
11
|
+
## 3.2021.0212 / 2021-02-12
|
12
|
+
|
13
|
+
- Updated the IANA media registry entries as of release date.
|
14
|
+
|
15
|
+
- Added a new rake task (`release:automatic`) that downloads and converts the
|
16
|
+
data from Apache and IANA; if there are changes detected, it updates the
|
17
|
+
release version, changelog, manifest, and gemspec and commits the changes
|
18
|
+
to git.
|
19
|
+
|
20
|
+
## 3.2020.1104 / 2020-11-04
|
21
|
+
|
22
|
+
- Updated the IANA media registry entries as of release date.
|
23
|
+
|
24
|
+
- Added `application/x-zip-compressed`. [#36].
|
25
|
+
|
26
|
+
- Updated the contributing guide to include information about the release
|
27
|
+
process as described in [#18].
|
28
|
+
|
29
|
+
- Corrected a misspelling of Yoran Brondsema’s name. Sorry, Yoran. [#35].
|
30
|
+
|
31
|
+
## 3.2020.0512 / 2020-05-12
|
32
|
+
|
33
|
+
- Updated the IANA media registry entries as of release date.
|
34
|
+
|
35
|
+
- Added file extensions for HEIC image types. [#34].
|
36
|
+
|
37
|
+
## 3.2020.0425 / 2020-04-25
|
38
|
+
|
39
|
+
- Updated the IANA media registry entries as of release date.
|
40
|
+
|
41
|
+
- Added several RAW image types based on data from GNOME RAW Thumbnailer.
|
42
|
+
[#33] fixing [#32].
|
43
|
+
|
44
|
+
- Added `audio/wav`. [#31].
|
45
|
+
|
46
|
+
- Added a type for Smarttech notebook files. [#30].
|
47
|
+
|
48
|
+
- Added an alias for audio/m4a files. [#29].
|
49
|
+
|
50
|
+
- Added application/x-ms-dos-executable. [#28].
|
51
|
+
|
52
|
+
## 3.2019.1009 / 2019-10-09
|
53
|
+
|
54
|
+
- Updated the IANA media registry entries as of release date.
|
55
|
+
|
56
|
+
- Reordered the `.ai` extension so that it is not the preferred extension for
|
57
|
+
`application/pdf` [#24].
|
9
58
|
|
10
59
|
## 3.2019.0904 / 2019-09-04
|
11
60
|
|
12
|
-
|
61
|
+
- Updated the IANA media registry entries as of release date.
|
13
62
|
|
14
|
-
|
15
|
-
|
63
|
+
- Moved the `.ai` extension from `application/postscript` to `application/pdf`.
|
64
|
+
[#23] fixing [#22].
|
16
65
|
|
17
66
|
## 3.2019.0331 / 2019-03-31
|
18
67
|
|
19
|
-
|
68
|
+
- Updated the IANA media registry entries as of release date.
|
20
69
|
|
21
|
-
|
70
|
+
- Added support for `application/wasm` with extension `.wasm`. [#21]
|
22
71
|
|
23
|
-
|
72
|
+
- Fixed `application/ecmascript` extensions. [#20]
|
24
73
|
|
25
74
|
## 3.2018.0812 / 2018-08-12
|
26
75
|
|
27
|
-
|
76
|
+
- Added `.xsd` extension to `text/xml`. [#10]
|
28
77
|
|
29
|
-
|
30
|
-
|
78
|
+
- Added `.js` and `.mjs` extensions to `text/ecmascript` and
|
79
|
+
`text/javascript`. [#11]
|
31
80
|
|
32
|
-
|
81
|
+
- Added `.ipa` extension to `application/octet-stream`. [#12]
|
33
82
|
|
34
|
-
|
35
|
-
|
83
|
+
- Moved extensions `.markdown` and `.md` and added `.mkd` extension to
|
84
|
+
`text/markdown`. [#13]
|
36
85
|
|
37
|
-
|
38
|
-
|
86
|
+
- Because of a bug found with mime-types 3 before 3.2.1, this version
|
87
|
+
requires mime-types 3.1 or later to manage data.
|
39
88
|
|
40
|
-
|
41
|
-
|
89
|
+
- Updated the IANA media registry entries as of release date. The biggest
|
90
|
+
major change here is the addition of the `font/` top-level media type.
|
42
91
|
|
43
|
-
|
44
|
-
|
92
|
+
- MIME type changes not introduced by pull requests will no longer be
|
93
|
+
individually tracked.
|
45
94
|
|
46
|
-
|
47
|
-
|
95
|
+
- Clarified that the YAML editable format is not shipped with the Ruby gem
|
96
|
+
for size considerations.
|
48
97
|
|
49
98
|
## 3.2016.0521 / 2016-05-21
|
50
99
|
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
100
|
+
- Updated the known extension list for application/octet-stream and
|
101
|
+
application/pgp-encrypted to include gpg as an extension. Fixes
|
102
|
+
[#3](https://github.com/mime-types/mime-types-data/pull/3) by Tao Guo
|
103
|
+
(@taoza).
|
104
|
+
- Updated the IANA media registry entries as of release date:
|
105
|
+
|
106
|
+
- Updated metadata for application/EmergencyCallData.Comment+xml,
|
107
|
+
application/EmergencyCallData.DeviceInfo+xml,
|
108
|
+
application/EmergencyCallData.ProviderInfo+xml,
|
109
|
+
application/EmergencyCallData.ServiceInfo+xml,
|
110
|
+
application/EmergencyCallData.SubscriberInfo+xml,
|
111
|
+
application/ogg, application/problem+json, application/problem+xml,
|
112
|
+
audio/ogg, text/markdown, video/H265, video/ogg.
|
113
|
+
- Added application/efi, application/vnd.3gpp.sms+xml,
|
114
|
+
application/vnd.3lightssoftware.imagescal,
|
115
|
+
application/vnd.coreos.ignition+json, application/vnd.oma.lwm2m+json,
|
116
|
+
application/vnd.onepager, application/vnd.quarantainenet,
|
117
|
+
application/vnd.vel+json, image/emf, image/wmf, text/prs.prop.logic.
|
118
|
+
- image/bmp has a draft RFC which would make it official; it has been
|
119
|
+
finally been registered. As such, this version _reverses_ the
|
120
|
+
use-instead relationship of image/bmp and image/x-bmp.
|
121
|
+
|
122
|
+
- This version requires mime-types 3.1 or later to manage data because of an
|
123
|
+
issue with JSON data encoding for the `xrefs` field.
|
75
124
|
|
76
125
|
## 3.2016.0221 / 2016-02-21
|
77
126
|
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
127
|
+
- Updated the known extensions list for audio/mp4.
|
128
|
+
- Updated the IANA media registry entries as of release date:
|
129
|
+
|
130
|
+
- Updated metadata for 3GPP-defined types (there are many),
|
131
|
+
application/cdni, and application/rfc+xml.
|
132
|
+
- Added application/EmergencyCallData.Comment+xml,
|
133
|
+
application/EmergencyCallData.DeviceInfo+xml,
|
134
|
+
application/EmergencyCallData.ProviderInfo+xml,
|
135
|
+
application/EmergencyCallData.ServiceInfo+xml,
|
136
|
+
application/ppsp-tracker+json, application/problem+json,
|
137
|
+
application/problem+xml, application/vnd.filmit.zfc,
|
138
|
+
application/vnd.hdt, application/vnd.mapbox-vector-tile,
|
139
|
+
application/vnd.ms-PrintDeviceCapabilities+xml,
|
140
|
+
application/vnd.ms-PrintSchemaTicket+xml,
|
141
|
+
application/vnd.ms-windows.nwprinting.oob, application/vnd.tml,
|
142
|
+
model/vnd.rosette.annotated-data-model, and video/H265.
|
143
|
+
|
144
|
+
- Updated to [Contributor Covenant 1.4][code of conduct].
|
145
|
+
- Shift the support code in this repository to be developed with Ruby 2.3.
|
146
|
+
This involves:
|
147
|
+
|
148
|
+
- Adding `frozen_string_literal: true` to all Ruby files.
|
149
|
+
- Applied some recommended readability and performance suggestions from
|
150
|
+
Rubocop. Ignored some style recommendations, too.
|
151
|
+
- Replaced some cases of `foo.bar rescue nil` with `foo&.bar`.
|
103
152
|
|
104
153
|
## 3.2015.1120 / 2015-11-20
|
105
154
|
|
106
|
-
|
107
|
-
|
108
|
-
|
155
|
+
- Extracted from [ruby-mime-types][rmt].
|
156
|
+
- Added a [Code of Conduct].
|
157
|
+
- The versioning has changed to be semantic on format plus date in two parts.
|
109
158
|
|
110
|
-
|
111
|
-
|
112
|
-
|
159
|
+
- All registry formats have been updated to remove deprecated data.
|
160
|
+
- The columnar format has been updated to store three boolean flags in a
|
161
|
+
single flags file.
|
113
162
|
|
114
|
-
|
115
|
-
|
163
|
+
- Updated the conversion and management utilities to work with
|
164
|
+
ruby-mime-types 3.x.
|
116
165
|
|
117
|
-
|
166
|
+
- Updated the IANA media registry entries as of release date:
|
118
167
|
|
119
|
-
|
168
|
+
- Updated metadata for application/scim+json, audio/G711-0, text/markdown.
|
120
169
|
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
170
|
+
- Added application/cdni, application/csvm+json, application/rfc+xml,
|
171
|
+
application/vnd.3gpp.access-transfer-events+xml,
|
172
|
+
application/vnd.3gpp.srvcc-ext+xml, application/vnd.3gpp.SRVCC-info+xml,
|
173
|
+
application/vnd.ms-windows.devicepairing,
|
174
|
+
application/vnd.ms-windows.wsd.oob, application/vnd.oxli.countgraph,
|
175
|
+
application/vnd.pagerduty+json, video/VP8.
|
127
176
|
|
128
177
|
## 2.6.2 / 2015-09-13
|
129
178
|
|
130
|
-
|
179
|
+
- Updated the IANA media registry entries as of release date:
|
131
180
|
|
132
|
-
|
133
|
-
|
134
|
-
|
181
|
+
- Updated metadata for application/cals-1840, application/index.obj,
|
182
|
+
application/ocsp-response, application/vnd.dtg.local.html,
|
183
|
+
application/vnd.pwg-multiplexed, audio/G7221, audio/opus.
|
135
184
|
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
185
|
+
- Added application/pkcs12, application/scim+json, multipart/form-data.
|
186
|
+
application/vnd.3gpp-prose+xml, application/vnd.3gpp-prose-pc3ch+xml,
|
187
|
+
application/vnd.3gpp.mid-call+xml,
|
188
|
+
application/vnd.3gpp-state-and-event-info+xml,
|
189
|
+
application.3gpp.ussd+xml, application/vnd.anki,
|
190
|
+
application/vnd.biopax.rdf+xml, application/vnd.drive+json,
|
191
|
+
application/vnd.firemonkeys.cloudcell,
|
192
|
+
application/vnd.hyperdrive+json, application/vnd.openblox.game+xml,
|
193
|
+
application/vnd.openblox.game-binary, application/vnd.uri-map,
|
194
|
+
audio/G711-0, image/vnd.mozilla.apng.
|
146
195
|
|
147
196
|
## 2.6 / 2015-05-25
|
148
197
|
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
198
|
+
- Steven Michael Thomas (@stevenmichaelthomas) added `woff2` as an extension
|
199
|
+
to application/font-woff,
|
200
|
+
[ruby-mime-types#99](https://github.com/mime-types/ruby-mime-types/pull/99).
|
201
|
+
- Updated the IANA media registry entries as of release date:
|
202
|
+
- Updated metadata for application/jose, application/jose+json,
|
203
|
+
application/jwk+json, application/jwk-set+json, application/jwt to
|
204
|
+
reflect the adoption of RFC7519.
|
205
|
+
- Added application/vnd.balsamiq.bmpr.
|
157
206
|
|
158
207
|
## 2.5 / 2015-04-25
|
159
208
|
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
209
|
+
- Updated the IANA media registry entries as of release date:
|
210
|
+
- Added MIME types: application/A2L, application/AML, application/ATFX,
|
211
|
+
application/ATXML, application/CDFX+XML, application/CEA,
|
212
|
+
application/DII, application/DIT, application/jose,
|
213
|
+
application/jose+json, application/json-seq, application/jwk+json,
|
214
|
+
application/jwk-set+json, application/jwt, application/LXF,
|
215
|
+
application/MF4, application/rdap+json,
|
216
|
+
application/vnd.apache.thrift.compact, vnd.apache.thrift.json,
|
217
|
+
application/vnd.citationstyles.style+xml, application/vnd.coffeescript,
|
218
|
+
application/vnd.enphase.envoy, application/vnd.fastcopy-disk-image,
|
219
|
+
application/vnd.gerber, application/vnd.gov.sk.e-form+xml,
|
220
|
+
application/vnd.gov.sk.e-form+zip,
|
221
|
+
application/vnd.gov.sk.xmldatacontainer+xml,
|
222
|
+
application/vnd.ims.imsccv1p1, application/vnd.ims.imsccv1p2,
|
223
|
+
application/vnd.ims.imsccv1p3, application/vnd.micro+json,
|
224
|
+
application/vnd.microsoft.portable-executable,
|
225
|
+
application/vnd.msa-disk-image, application/vnd.oracle.resource+json,
|
226
|
+
application/vnd.tmd.mediaflex.api+xml, audio/opus,
|
227
|
+
image/vnd.zbrush.pcx, text/csv-schema, text/markdown (marked as
|
228
|
+
TEMPORARY).
|
229
|
+
- Updated metadata for application/coap-group+json (RFC7390),
|
230
|
+
application/epub+zip (now registered), application/merge-patch+json
|
231
|
+
(RFC7396), application/smil, application/vnd.arastra.swi,
|
232
|
+
application/vnd.geocube+xml, application/vnd.gmx,
|
233
|
+
application/xhtml+xml, text/directory.
|
234
|
+
- Andy Brody (@ab) fixed a pair of embarrassing typos in text/csv and
|
235
|
+
text/tab-separated-values,
|
236
|
+
[ruby-mime-types#89](https://github.com/mime-types/ruby-mime-types/pull/89).
|
237
|
+
- Aggelos Avgerinos (@eavgerinos) added the unregistered MIME type
|
238
|
+
image/x-ms-bmp with the extension `bmp`,
|
239
|
+
[ruby-mime-types#90](https://github.com/mime-types/ruby-mime-types/pull/90).
|
191
240
|
|
192
241
|
## 2.4.2 / 2014-10-15
|
193
242
|
|
194
|
-
|
195
|
-
|
196
|
-
|
243
|
+
- Added application/vnd.ms-outlook as an unregistered MIME type with the
|
244
|
+
extension `msg`. Provided by @keerthisiv in
|
245
|
+
[ruby-mime-types#72](https://github.com/mime-types/ruby-mime-types/pull/72).
|
197
246
|
|
198
247
|
## 2.4.1 / 2014-10-07
|
199
248
|
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
249
|
+
- Changed the sort order of many of the extensions to restore behaviour from
|
250
|
+
mime-types 1.25.1.
|
251
|
+
- Added `friendly` MIME::Type descriptions where known.
|
252
|
+
- Added `reg`, `ps1`, and `vbs` extensions to application/x-msdos-program and
|
253
|
+
application/x-msdownload.
|
254
|
+
- Updated the IANA media registry entries as of release date.
|
255
|
+
- Several MIME types had updated metadata (application/alto-\*, RFC7285;
|
256
|
+
application/calendar+json, RFC7265; application/http, RFC7230;
|
257
|
+
application/xml, RFC7303; application/xml-dtd, RFC7303;
|
258
|
+
application/xml-external-parsed-entity, RFC7303; audio/AMR-WB, RFC4867;
|
259
|
+
audio/aptx, RFC7310; message/http, RFC7230; multipart/byteranges,
|
260
|
+
RFC7233; text/xml, RFC7303; text/xml-external-parsed-entity, RFC7303)
|
261
|
+
- MIME::Type application/EDI-Consent was renamed to
|
262
|
+
application/EDI-consent.
|
263
|
+
- Obsoleted application/vnd.informix-visionary in favour of
|
264
|
+
application/vnd.visionary. Obsoleted
|
265
|
+
application/vnd.nokia.n-gage.symbian.install with no replacement.
|
266
|
+
- Added MIME types: application/ATF, application/coap-group+json,
|
267
|
+
application/DCD, application/merge-patch+json, application/scaip+xml,
|
268
|
+
application/vnd.apache.thrift.binary, application/vnd.artsquare,
|
269
|
+
application/vnd.doremir.scorecloud-binary-document,
|
270
|
+
application/vnd.dzr, application/vnd.maxmind.maxmind-db,
|
271
|
+
application/vnd.ntt-local.ogw_remote-access, application/xml-patch+xml,
|
272
|
+
image/vnd.tencent.tap.
|
224
273
|
|
225
274
|
## 2.3 / 2014-05-23
|
226
275
|
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
276
|
+
- Updated the IANA media registry entries as of release date.
|
277
|
+
- Several MIME types had additional metadata added on the most recent
|
278
|
+
import.
|
279
|
+
- MIME::Type application/pidfxml was renamed to application/pidf+xml.
|
280
|
+
- Added MIME types: application/3gpdash-qoe-report+xml,
|
281
|
+
application/alto-costmap+json, application/alto-costmapfilter+json,
|
282
|
+
application/alto-directory+json, application/alto-endpointcost+json,
|
283
|
+
application/alto-endpointcostparams+json,
|
284
|
+
application/alto-endpointprop+json,
|
285
|
+
application/alto-endpointpropparams+json, application/alto-error+json,
|
286
|
+
application/alto-networkmap+json,
|
287
|
+
application/alto-networkmapfilter+json, application/calendar+json,
|
288
|
+
application/vnd.debian.binary-package, application/vnd.geo+json,
|
289
|
+
application/vnd.ims.lis.v2.result+json,
|
290
|
+
application/vnd.ims.lti.v2.toolconsumerprofile+json,
|
291
|
+
application/vnd.ims.lti.v2.toolproxy+json,
|
292
|
+
application/vnd.ims.lti.v2.toolproxy.id+json,
|
293
|
+
application/vnd.ims.lti.v2.toolsettings+json,
|
294
|
+
application/vnd.ims.lti.v2.toolsettings.simple+json,
|
295
|
+
application/vnd.mason+json, application/vnd.miele+json,
|
296
|
+
application/vnd.ms-3mfdocument, application/vnd.panoply,
|
297
|
+
application/vnd.valve.source.material, application/vnd.yaoweme,
|
298
|
+
audio/aptx, image/vnd.valve.source.texture, model/vnd.opengex,
|
299
|
+
model/vnd.valve.source.compiled-map, model/x3d+fastinfoset,
|
300
|
+
text/cache-manifest
|
252
301
|
|
253
302
|
## 2.2 / 2014-03-14
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
303
|
+
|
304
|
+
- Added <tt>.sj</tt> to `application/javascript` as provided by Brandon
|
305
|
+
Galbraith (@brandongalbraith) in
|
306
|
+
[ruby-mime-types#58](https://github.com/mime-types/ruby-mime-types/pull/58).
|
307
|
+
- Marked application/excel and application/x-excel as obsolete in favour of
|
308
|
+
application/vnd.ms-excel per
|
309
|
+
[ruby-mime-types#60](https://github.com/mime-types/ruby-mime-types/pull/60).
|
310
|
+
- Merged duplicate MIME types into the registered MIME type. The only
|
311
|
+
difference between the MIME types was capitalization; the MIME type
|
312
|
+
registry is case-preserving.
|
313
|
+
|
314
|
+
- Affected MIME types: application/vnd.3M.Post-it-Notes,
|
315
|
+
application/vnd.FloGraphIt, application/vnd.HandHeld-Entertainment+xml,
|
316
|
+
application/vnd.hp-HPGL, application/vnd.hp-PCL,
|
317
|
+
application/vnd.hp-PCLXL, application/vnd.ibm.MiniPay,
|
318
|
+
application/vnd.Kinar, application/vnd.MFER,
|
319
|
+
application/vnd.Mobius.DAF, application/vnd.Mobius.DIS,
|
320
|
+
application/vnd.Mobius.MBK, application/vnd.Mobius.MSL,
|
321
|
+
application/vnd.Mobius.MQY, application/vnd.Mobius.PLC,
|
322
|
+
application/vnd.Mobius.TXF,
|
323
|
+
application/vnd.ms-excel.addin.macroEnabled.12,
|
324
|
+
application/vnd.ms-excel.sheet.binary.macroEnabled.12,
|
325
|
+
application/vnd.ms-excel.sheet.macroEnabled.12,
|
326
|
+
application/vnd.ms-excel.template.macroEnabled.12,
|
327
|
+
application/vnd.ms-powerpoint.addin.macroEnabled.12,
|
328
|
+
application/vnd.ms-powerpoint.presentation.macroEnabled.12,
|
329
|
+
application/vnd.ms-powerpoint.slide.macroEnabled.12,
|
330
|
+
application/vnd.ms-powerpoint.slideshow.macroEnabled.12,
|
331
|
+
application/vnd.ms-powerpoint.template.macroEnabled.12,
|
332
|
+
application/vnd.ms-word.document.macroEnabled.12,
|
333
|
+
application/vnd.ms-word.template.macroEnabled.12,
|
334
|
+
application/vnd.novadigm.EDM, application/vnd.novadigm.EDX,
|
335
|
+
application/vnd.novadigm.EXT, application/vnd.Quark.QuarkXPress,
|
336
|
+
application/vnd.SimTech-MindMapper, audio/AMR-WB, video/H261,
|
337
|
+
video/H263, video/H264, video/JPEG, video/MJ2.
|
338
|
+
|
339
|
+
- Updated the IANA media registry entries as of release date.
|
340
|
+
- Registered type person names have been updated from surname only to
|
341
|
+
full name.
|
342
|
+
- Several types had updated RFC or draft RFC references.
|
343
|
+
- Added application/bacnet-xdd+zip, application/cms,
|
344
|
+
application/load-control+xml, application/PDX, application/ttml+xml,
|
345
|
+
application/vnd.collection.doc+json,
|
346
|
+
application/vnd.iptc.g2.catalogitem+xml, application/vnd.pcos,
|
347
|
+
text/parameters, text/vnd.a, video/iso.segment
|
297
348
|
|
298
349
|
## 2.1 / 2014-01-25
|
299
350
|
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
351
|
+
- The IANA media type registry format changed, resulting in updates to most
|
352
|
+
of the 1,427 registered MIME types.
|
353
|
+
- Many registered MIME types have had some metadata updates due to the
|
354
|
+
change in the IANA registry format.
|
355
|
+
- MIME types having a publicly available registry application now
|
356
|
+
include a link to that file in references.
|
357
|
+
- Added `xrefs` data as discovered (see the API changes noted above).
|
358
|
+
- The Apache mime types configuration has been added to track additional
|
359
|
+
common but unregistered MIME types and known extensions for those MIME
|
360
|
+
types. This has affected many of the available MIME types.
|
361
|
+
- Added newly registered MIME types:
|
362
|
+
- application/emotionml+xml, application/ODX, application/prs.hpub+zip,
|
363
|
+
application/vcard+json, application/vnd.bekitzur-stech+json,
|
364
|
+
application/vnd.etsi.timestamp-token,
|
365
|
+
application/vnd.oma.cab-feature-handler+xml,
|
366
|
+
application/vnd.openeye.oeb, application/vnd.tcpdump.pcap,
|
367
|
+
audio/amr-wb, model/x3d+xml, model/x3d-vrml
|
368
|
+
- Added 180 unregistered MIME types from the Apache list:
|
369
|
+
- application/applixware, application/cu-seeme, application/docbook+xml,
|
370
|
+
application/gml+xml, application/gpx+xml, application/gxf,
|
371
|
+
application/java-archive, application/java-serialized-object,
|
372
|
+
application/java-vm, application/jsonml+json, application/metalink+xml,
|
373
|
+
application/omdoc+xml, application/onenote, application/pics-rules,
|
374
|
+
application/rsd+xml, application/ssdl+xml,
|
375
|
+
application/vnd.3m.post-it-notes, application/vnd.amazon.ebook,
|
376
|
+
application/vnd.anser-web-funds-transfer-initiation,
|
377
|
+
application/vnd.curl.car, application/vnd.curl.pcurl,
|
378
|
+
application/vnd.dolby.mlp, application/vnd.ds-keypoint,
|
379
|
+
application/vnd.flographit, application/vnd.handheld-entertainment+xml,
|
380
|
+
application/vnd.hp-hpgl, application/vnd.hp-pcl,
|
381
|
+
application/vnd.hp-pclxl, application/vnd.ibm.minipay,
|
382
|
+
application/vnd.kinar, application/vnd.mfer,
|
383
|
+
application/vnd.mobius.daf, application/vnd.mobius.dis,
|
384
|
+
application/vnd.mobius.mbk, application/vnd.mobius.mqy,
|
385
|
+
application/vnd.mobius.msl, application/vnd.mobius.plc,
|
386
|
+
application/vnd.mobius.txf,
|
387
|
+
application/vnd.ms-excel.addin.macroenabled.12,
|
388
|
+
application/vnd.ms-excel.sheet.binary.macroenabled.12,
|
389
|
+
application/vnd.ms-excel.sheet.macroenabled.12,
|
390
|
+
application/vnd.ms-excel.template.macroenabled.12,
|
391
|
+
application/vnd.ms-pki.seccat, application/vnd.ms-pki.stl,
|
392
|
+
application/vnd.ms-powerpoint.addin.macroenabled.12,
|
393
|
+
application/vnd.ms-powerpoint.presentation.macroenabled.12,
|
394
|
+
application/vnd.ms-powerpoint.slide.macroenabled.12,
|
395
|
+
application/vnd.ms-powerpoint.slideshow.macroenabled.12,
|
396
|
+
application/vnd.ms-powerpoint.template.macroenabled.12,
|
397
|
+
application/vnd.ms-word.document.macroenabled.12,
|
398
|
+
application/vnd.ms-word.template.macroenabled.12,
|
399
|
+
application/vnd.novadigm.edm, application/vnd.novadigm.edx,
|
400
|
+
application/vnd.novadigm.ext, application/vnd.quark.quarkxpress,
|
401
|
+
application/vnd.rim.cod, application/vnd.rn-realmedia-vbr,
|
402
|
+
application/vnd.simtech-mindmapper, application/vnd.symbian.install,
|
403
|
+
application/winhlp, application/x-abiword,
|
404
|
+
application/x-ace-compressed, application/x-authorware-bin,
|
405
|
+
application/x-authorware-map, application/x-authorware-seg,
|
406
|
+
application/x-bittorrent, application/x-blorb, application/x-bzip,
|
407
|
+
application/x-cbr, application/x-cfs-compressed, application/x-chat,
|
408
|
+
application/x-conference, application/x-dgc-compressed,
|
409
|
+
application/x-doom, application/x-dtbncx+xml, application/x-dtbook+xml,
|
410
|
+
application/x-dtbresource+xml, application/x-envoy, application/x-eva,
|
411
|
+
application/x-font-bdf, application/x-font-ghostscript,
|
412
|
+
application/x-font-linux-psf, application/x-font-otf,
|
413
|
+
application/x-font-pcf, application/x-font-snf, application/x-font-ttf,
|
414
|
+
application/x-font-type1, application/x-freearc,
|
415
|
+
application/x-gca-compressed, application/x-glulx,
|
416
|
+
application/x-gnumeric, application/x-gramps-xml,
|
417
|
+
application/x-install-instructions, application/x-iso9660-image,
|
418
|
+
application/x-lzh-compressed, application/x-mie,
|
419
|
+
application/x-ms-application, application/x-ms-shortcut,
|
420
|
+
application/x-ms-xbap, application/x-msbinder,
|
421
|
+
application/x-mscardfile, application/x-msclip,
|
422
|
+
application/x-msmediaview, application/x-msmetafile,
|
423
|
+
application/x-msmoney, application/x-mspublisher,
|
424
|
+
application/x-msschedule, application/x-msterminal,
|
425
|
+
application/x-mswrite, application/x-nzb, application/x-pkcs12,
|
426
|
+
application/x-pkcs7-certificates, application/x-pkcs7-certreqresp,
|
427
|
+
application/x-research-info-systems, application/x-silverlight-app,
|
428
|
+
application/x-sql, application/x-stuffitx, application/x-subrip,
|
429
|
+
application/x-t3vm-image, application/x-tads, application/x-tex-tfm,
|
430
|
+
application/x-tgif, application/x-xfig, application/x-xliff+xml,
|
431
|
+
application/x-xz, application/x-zmachine, application/xaml+xml,
|
432
|
+
application/xproc+xml, application/xspf+xml, audio/adpcm, audio/amr-wb,
|
433
|
+
audio/AMR-WB, audio/midi, audio/s3m, audio/silk, audio/x-caf,
|
434
|
+
audio/x-flac, audio/x-matroska, audio/x-mpegurl, audio/xm,
|
435
|
+
chemical/x-cdx, chemical/x-cif, chemical/x-cmdf, chemical/x-cml,
|
436
|
+
chemical/x-csml, image/sgi, image/vnd.ms-photo, image/x-3ds,
|
437
|
+
image/x-cmx, image/x-freehand, image/x-icon, image/x-mrsid-image,
|
438
|
+
image/x-pcx, image/x-tga, model/x3d+binary, model/x3d+vrml, text/plain,
|
439
|
+
text/vnd.curl.dcurl, text/vnd.curl.mcurl, text/vnd.curl.scurl,
|
440
|
+
text/x-asm, text/x-c, text/x-fortran, text/x-java-source, text/x-nfo,
|
441
|
+
text/x-opml, text/x-pascal, text/x-sfv, text/x-uuencode, video/h261,
|
442
|
+
video/h263, video/h264, video/jpeg, video/jpm, video/mj2, video/x-f4v,
|
443
|
+
video/x-m4v, video/x-mng, video/x-ms-vob, video/x-smv
|
444
|
+
- Merged the non-standard VMS platform text/plain with the standard
|
445
|
+
text/plain.
|
395
446
|
|
396
447
|
[#10]: https://github.com/mime-types/mime-types-data/pull/10
|
397
448
|
[#11]: https://github.com/mime-types/mime-types-data/pull/11
|
398
449
|
[#12]: https://github.com/mime-types/mime-types-data/pull/12
|
399
450
|
[#13]: https://github.com/mime-types/mime-types-data/pull/13
|
451
|
+
[#18]: https://github.com/mime-types/mime-types-data/issues/18
|
400
452
|
[#20]: https://github.com/mime-types/mime-types-data/pull/20
|
401
453
|
[#21]: https://github.com/mime-types/mime-types-data/pull/21
|
402
|
-
[#22]: https://github.com/mime-types/mime-types-data/
|
454
|
+
[#22]: https://github.com/mime-types/mime-types-data/issues/22
|
403
455
|
[#23]: https://github.com/mime-types/mime-types-data/pull/23
|
404
456
|
[#24]: https://github.com/mime-types/mime-types-data/pull/24
|
457
|
+
[#28]: https://github.com/mime-types/mime-types-data/pull/28
|
458
|
+
[#29]: https://github.com/mime-types/mime-types-data/pull/29
|
459
|
+
[#30]: https://github.com/mime-types/mime-types-data/pull/30
|
460
|
+
[#31]: https://github.com/mime-types/mime-types-data/pull/31
|
461
|
+
[#32]: https://github.com/mime-types/mime-types-data/issues/32
|
462
|
+
[#33]: https://github.com/mime-types/mime-types-data/pull/33
|
463
|
+
[#34]: https://github.com/mime-types/mime-types-data/pull/34
|
464
|
+
[#35]: https://github.com/mime-types/mime-types-data/pull/35
|
465
|
+
[#36]: https://github.com/mime-types/mime-types-data/pull/36
|
466
|
+
[#40]: https://github.com/mime-types/mime-types-data/pull/40
|
405
467
|
[rmt]: https://github.com/mime-types/ruby-mime-types
|
406
|
-
[
|
468
|
+
[code of conduct]: Code-of-Conduct.md
|