Skip to content

Releases: jpeg-js/jpeg-js

v0.4.4

07 Jun 14:18
9ccd35f
Compare
Choose a tag to compare

v0.4.4 (2022-06-07)

  • feat: add comment tag encoding (#87) (13e1ffa), closes #87
  • fix: validate sampling factors (#106) (9ccd35f), closes #106
  • fix(decoder): rethrow a more helpful error if Buffer is undefined (#93) (b58cc11), closes #93
  • chore(ci): migrate to github actions (#86) (417e8e2), closes #86
  • chore(deps): bump y18n from 4.0.0 to 4.0.3 (#98) (2c90858), closes #98
  • chore(deps): bump ws from 7.2.3 to 7.4.6 (#91) (fd73289), closes #91
  • chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#90) (9449a8b), closes #90
  • chore(deps): bump lodash from 4.17.15 to 4.17.21 (#89) (ffdc4a4), closes #89

v0.4.3

11 Jan 21:20
a2d7ed9
Compare
Choose a tag to compare

v0.4.3 (2021-01-11)

  • fix: handle 0x00E1 / 0x00E0 segments from Pixel phones (#84) (a2d7ed9), closes #84

v0.4.2

24 Aug 16:09
5e8ec27
Compare
Choose a tag to compare

v0.4.2 (2020-08-24)

  • feat(decoder): add FFDC marker support (#79) (5e8ec27), closes #79
  • fix: avoid new Buffer usage (#73) (49be0e4), closes #73
  • fix(types): add comments property to decode output (#72) (ca27601), closes #72

v0.4.1

27 Jun 14:49
d2323c1
Compare
Choose a tag to compare

v0.4.1 (2020-06-27)

v0.4.0

23 Apr 14:07
Compare
Choose a tag to compare

v0.4.0 (2020-04-23)

  • feat: add memory and resolution limits (135705b)
  • feat: expose exif buffers (#47) (d3e272a), closes #47
  • feat: support browser usage (#55) (7e7e2dc), closes #55
  • feat(decode): add tolerantDecoding option (#57) (69f6415), closes #57
  • fix: enable tolerantDecoding by default (5d3277f)
  • fix: don’t fail if scan contains trailing bytes (#66) (cfeb1c7), closes #66
  • docs: update README for breaking changes (78408c6)
  • refactor: use spread for decode options (a2c93e0)
  • chore: update typedefs for 0.4.0 (a2f7080)
  • chore: add vscode to ignores (238a7fe)
  • chore: track version in tags only (cbc1244)
  • chore: drop support for node versions <8 (21ef116)
  • chore: switch to jest (1731741)
  • chore: switch to yarn (0a750c0)

BREAKING CHANGE

  • drop decode boolean second argument, options must be an object
  • images larger than 100 megapixels or requiring more than 512MB of memory to decode will throw unless maxMemoryInMB and maxResolutionInMP options are increased
  • no longer support node versions before 8 LTS

v0.3.3

30 Jun 02:49
Compare
Choose a tag to compare

0.3.3