Skip to content

Latest commit

 

History

History
108 lines (49 loc) · 4.39 KB

CHANGELOG.md

File metadata and controls

108 lines (49 loc) · 4.39 KB

Changelog

0.33.2 (2022-03-28)

Bug Fixes

  • add TypeScript definition for paintPolygon() (#587) (d0c0541)

0.33.1 (2021-10-31)

Bug Fixes

0.33.0 (2021-08-30)

⚠ BREAKING CHANGES

  • Improve MBR speed

Bug Fixes

0.32.0 (2021-07-09)

⚠ BREAKING CHANGES

  • auto-correct orientation of JPEG images according to EXIF (#563)
  • Removed support for Node.js 10

Bug Fixes

  • auto-correct orientation of JPEG images according to EXIF (#563) (6a2bcf3)
  • types: add flipX and flipY to types (2c14a85)
  • types: remove bilinear from supported resize interpolations (a96eb4c)

Miscellaneous Chores

0.31.4 (2021-01-21)

Bug Fixes

  • roundness was not 1 for perfect circle (#548) (e73f596)

0.31.3 (2020-12-14)

Bug Fixes

0.31.2 (2020-12-10)

Performance Improvements

0.31.1 (2020-11-17)

Bug Fixes

  • correct hull filled mask (81a8cd7)

0.31.0 (2020-11-12)

Features

  • restore old implementations of getMask with hull or mbr (#532) (4d51dbd)

0.30.3 (2020-10-20)

Bug Fixes

  • types: correct return type of Stack.getAverageImage to Image (#529) (ec6588c)

0.30.2 (2020-10-18)

Bug Fixes

0.30.1 (2020-10-13)

Bug Fixes

  • include less files in npm package (03903a6)

0.30.0 (2020-10-13)

Bug Fixes

  • correct TIFF support in documentation (7f3993f)