1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 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
|
# Changelog
## Unreleased
### Breaking Changes
## 0.4.1
Remove `mimemagic/overlay` as it contains outdated, little used, data.
## 0.3.7 (2021-03-25)
You will now need to ensure you have a copy of the fd.o shared MIME
types information available before installing this gem. More details
can be found in the readme.
### Added
None
### Fixed
None
## 0.4.2
* Resolve issues parsing the version of freedesktop.org.xml shipped with
Ubuntu Trusty.
* Make Rake a runtime dependency.
* Fix the test suite.
* Relax the dependency on Nokogiri to something less specific in order
to avoid conflicting with other dependencies in people's applications.
## 0.4.1
## 0.4.0
Yanked release.
## 0.3.9 (2021-03-25)
* Resolve issues parsing the version of freedesktop.org.xml shipped with
Ubuntu Trusty.
* Reintroduce overlays, since it seems at least some people were using
them.
* Make Rake a runtime dependency.
* Fix the test suite.
## 0.3.8 (2021-03-25)
Relax the dependency on Nokogiri to something less specific in order
to avoid conflicting with other dependencies in people's applications.
## 0.3.7 (2021-03-25)
Add a dependency on having a preinstalled version of the fd.o shared
MIME types info to resolve licensing concerns, and allow this gem to
remain MIT licensed.
See the readme for details on ensuring you have a copy of the database
available at install time.
## 0.3.6 (2021-03-23)
Yanked release, relicensing to GPL due to licensing concerns.
## 0.3.5 (2020-05-04)
Mimetype extensions are now ordered by freedesktop.org's priority
## 0.3.4 (2020-01-28)
Added frozen string literal comments
## 0.3.3 (2018-12-20)
Upgrade to shared-mime-info-1.10
## 0.3.2 (2016-08-02)
### Breaking Changes
None
### Added
- [#37](https://github.com/minad/mimemagic/pull/37)
A convenient way to get all possible mime types by magic
### Fixed
- [#40](https://github.com/minad/mimemagic/pull/40),
[#41](https://github.com/minad/mimemagic/pull/41)
Performance improvements
- [#38](https://github.com/minad/mimemagic/pull/38)
Updated to shared-mime-info 1.6
## 0.3.1 (2016-01-04)
No release notes yet. Contributions welcome.
## 0.3.0 (2015-03-25)
No release notes yet. Contributions welcome.
## 0.2.1 (2013-07-29)
No release notes yet. Contributions welcome.
## 0.2.0 (2012-10-19)
No release notes yet. Contributions welcome.
## 0.1.9 (2012-09-20)
No release notes yet. Contributions welcome.
## 0.1.8 (2009-05-08)
No release notes yet. Contributions welcome.
## 0.1.7 (2009-05-08)
No release notes yet. Contributions welcome.
## 0.1.5 (2009-05-08)
No release notes yet. Contributions welcome.
## 0.1.4 (2009-05-08)
No release notes yet. Contributions welcome.
## 0.1.3 (2009-05-08)
No release notes yet. Contributions welcome.
## 0.1.2 (2009-05-08)
No release notes yet. Contributions welcome.
## 0.1.1 (2009-05-08)
No release notes yet. Contributions welcome.
|