mini_mime/CHANGELOG

54 lines
938 B
Plaintext
Raw Permalink Normal View History

2021-10-11 04:10:05 +00:00
11-10-2021
- Version 1.1.2
- update mime types from upstream
2021-08-23 02:04:32 +00:00
23-08-2021
- Version 1.1.1
- update mime types from upstream
2021-04-05 01:20:13 +00:00
05-04-2021
- Version 1.1.0
- MiniMime.lookup_by_extension is now case insensitive
2021-03-25 22:58:57 +00:00
26-03-2021
- Version 1.0.3
- Update mime types from upstream
2019-07-08 09:41:55 +00:00
08-07-2019
- Version 1.0.2
- Update mime types from upstream
2018-08-14 05:40:59 +00:00
14-08-2018
- Version 1.0.1
- Update mime types from upstream
- Add lookup_by_extension to the public API
2017-11-08 01:30:57 +00:00
08-11-2017
- Version 1.0.0
- Other than the version number, no difference from 0.1.4
11-08-2017
- Version 0.1.4
- Return preferred extension when looking up by content type
28-03-2016
- Version 0.1.3
- Prefer non-obsolete mime types to obsolete ones
2016-12-14 07:02:56 +00:00
14-12-2016
- Version 0.1.2
- Backwards compat with ancient Ruby to match mail gem
2016-12-13 22:24:43 +00:00
14-12-2016
2016-12-14 04:06:38 +00:00
- Version 0.1.1
- Adjusted API to be more consistent
14-12-2016
- Version 0.1.0
- Initial version