Skip to content

Latest commit

 

History

History
170 lines (76 loc) · 7.28 KB

CHANGELOG.md

File metadata and controls

170 lines (76 loc) · 7.28 KB

Changelog

0.35.5 (2023-10-17)

Bug Fixes

  • add TypeScript definition to RoiManager (#630) (10bec0b)

0.35.4 (2023-06-14)

Bug Fixes

0.35.3 (2023-02-02)

Bug Fixes

0.35.2 (2022-10-07)

Bug Fixes

0.35.1 (2022-08-10)

Bug Fixes

  • add TypeScript definition to many methods (#600) (6caaf19)

0.35.0 (2022-08-01)

Features

  • allow rotate & crop for bitDepth = 1 images (#596) (622b909)

Bug Fixes

  • add TypeScript definition to setChannel() method (#597) (551c334)

0.34.1 (2022-05-17)

Bug Fixes

  • add TypeScript definition for paintMasks() (#591) (6edd169)

0.34.0 (2022-04-11)

Features

  • add option to ignore color palette in TIFF images (#589) (07aa7d5)

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)