Releases: SidOfc/leather
Releases · SidOfc/leather
3.0.3
3.0.0
What's Changed
This release introduces a change which is not backwards compatible!
The attributes
exports have been renamed to readMediaAttributes
(#14).
Rename the following:
import {attributes} from 'leather'
import {attributes} from 'leather/extractors/...'
To the following:
import {readMediaAttributes} from 'leather'
import {readMediaAttributes} from 'leather/extractors/...'
Full Changelog: 2.1.5...3.0.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
v2.0.0
What's Changed
- BREAKING: make mime types compliant with mime-types package, add tests by @SidOfc in #4
- Add:
m4v
support by @emredalka in #2 and @SidOfc in #3
MIME TYPE CHANGES:
ext | original | new |
---|---|---|
j2c |
image/x-jp2-codestream |
image/jp2 |
apng |
image/png |
image/apng |
ico |
image/x-icon |
image/vnd.microsoft.icon |
cur |
image/x-icon |
image/vnd.microsoft.icon |
pfm |
image/x-portable-bitmap |
application/x-font-type1 |
pam |
image/x-portable-bitmap |
image/x-portable-arbitrarymap |
pgm |
image/x-portable-bitmap |
image/x-portable-graymap |
ppm |
image/x-portable-bitmap |
image/x-portable-pixmap |
hdr |
text/x-mpsub |
image/vnd.radiance |
fli |
video/x-flic |
video/x-fli |
flc |
video/x-flic |
video/x-fli |
New Contributors
- @emredalka made their first contribution in #2
Full Changelog: v1.7.1...v2.0.0