Skip to content

v0.4.0

Compare
Choose a tag to compare
@patrickhulce patrickhulce released this 23 Apr 14:07

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