Changelog for
ruby2.5-rubygem-mime-types-data-3.2018.0812-lp150.13.1.x86_64.rpm :
* Wed Sep 05 2018 cooloAATTsuse.com- updated to version 3.2018.0812 see installed History.md [#]# 3.2018.0812 / 2018-08-12
* Added `.xsd` extension to `text/xml`. [#10][]
* Added `.js` and `.mjs` extensions to `text/ecmascript` and `text/javascript`. [#11][]
* Added `.ipa` extension to `application/octet-stream`. [#12][]
* Moved extensions `.markdown` and `.md` and added `.mkd` extension to `text/markdown`. [#13][]
* Because of a bug found with mime-types 3 before 3.2.1, this version requires mime-types 3.1 or later to manage data.
* Updated the IANA media registry entries as of release date. The biggest major change here is the addition of the `font/` top-level media type.
* MIME type changes not introduced by pull requests will no longer be individually tracked.
* Clarified that the YAML editable format is not shipped with the Ruby gem for size considerations.
* Sun May 22 2016 cooloAATTsuse.com- updated to version 3.2016.0521 see installed History.md [#]# 3.2016.0521 / 2016-05-21
* Updated the known extension list for application/octet-stream and application/pgp-encrypted to include gpg as an extension. Fixes [#3](https://github.com/mime-types/mime-types-data/pull/3) by Tao Guo (AATTtaoza).
* Updated the IANA media registry entries as of release date:
* Updated metadata for application/EmergencyCallData.Comment\\+xml, application/EmergencyCallData.DeviceInfo\\+xml, application/EmergencyCallData.ProviderInfo\\+xml, application/EmergencyCallData.ServiceInfo\\+xml, application/EmergencyCallData.SubscriberInfo\\+xml, application/ogg, application/problem\\+json, application/problem\\+xml, audio/ogg, text/markdown, video/H265, video/ogg.
* Added application/efi, application/vnd.3gpp.sms\\+xml, application/vnd.3lightssoftware.imagescal, application/vnd.coreos.ignition\\+json, application/vnd.oma.lwm2m\\+json, application/vnd.onepager, application/vnd.quarantainenet, application/vnd.vel\\+json, image/emf, image/wmf, text/prs.prop.logic.
* image/bmp has a draft RFC which would make it official; it has been finally been registered. As such, this version
*reverses
* the use-instead relationship of image/bmp and image/x-bmp.
* This version requires mime-types 3.1 or later to manage data because of an issue with JSON data encoding for the `xrefs` field.
* Tue Feb 23 2016 cooloAATTsuse.com- updated to version 3.2016.0221 see installed History.md [#]# 3.2016.0221 / 2016-02-21
* Updated the known extensions list for audio/mp4.
* Updated the IANA media registry entries as of release date:
* Updated metadata for 3GPP-defined types (there are many), application/cdni, and application/rfc+xml.
* Added application/EmergencyCallData.Comment+xml, application/EmergencyCallData.DeviceInfo+xml, application/EmergencyCallData.ProviderInfo+xml, application/EmergencyCallData.ServiceInfo+xml, application/ppsp-tracker+json, application/problem+json, application/problem+xml, application/vnd.filmit.zfc, application/vnd.hdt, application/vnd.mapbox-vector-tile, application/vnd.ms-PrintDeviceCapabilities+xml, application/vnd.ms-PrintSchemaTicket+xml, application/vnd.ms-windows.nwprinting.oob, application/vnd.tml, model/vnd.rosette.annotated-data-model, and video/H265.
* Updated to [Contributor Covenant 1.4][Code of Conduct].
* Shift the support code in this repository to be developed with Ruby 2.3. This involves:
* Adding `frozen_string_literal: true` to all Ruby files.
* Applied some recommended readability and performance suggestions from Rubocop. Ignored some style recommendations, too.
* Replaced some cases of `foo.bar rescue nil` with `foo&.bar`.
* Sun Nov 22 2015 cooloAATTsuse.com- split out of rubygem-mime-type