Skip to content

Releases: SidOfc/leather

3.0.3

05 Jun 20:28
398d3cf
Compare
Choose a tag to compare

What's Changed

  • Fix mp4 files sometimes returning floating point dimensions (#24) by @SidOfc in #25
  • Fix mp4 file detection with alternative header (#22) by @SidOfc in #26

Full Changelog: v3.0.2...3.0.3

3.0.0

26 Mar 11:08
8425db4
Compare
Choose a tag to compare

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

26 Mar 10:46
36c6ce1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.4...2.1.5

2.1.4

19 Mar 18:51
50ee59c
Compare
Choose a tag to compare

What's Changed

  • Fix: mp4 proper handling of extended size by @SidOfc in #13

Full Changelog: v2.1.3...2.1.4

2.1.3

19 Mar 17:04
a32ab09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.1.3

2.1.2

19 Mar 15:40
880bef9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1

19 Mar 14:51
8193b1b
Compare
Choose a tag to compare

What's Changed

  • Fix: mp4 extractor supports more formats by @SidOfc in #10

Full Changelog: 2.1.0...2.1.1

2.1.0

18 Mar 13:56
f3c6ba4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...2.1.0

v2.0.0

05 Sep 00:07
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v1.7.1...v2.0.0

v1.7.1

20 Mar 11:20
Compare
Choose a tag to compare

Leather v1.7.1

  • convert to module package, import src code in test suite