Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

44 lines (24 loc) · 1.84 KB

Changelog

2.0.0 (2022-07-19)

⚠ BREAKING CHANGES

  • WindowFunctions: group shape options
  • applyWindow: change input parameter
  • getData: accepts (number) => number

Features

  • add compose function to mix window functions (ffb7c84)
  • add getFunction (967c526)
  • applyWindow: change input parameter (9385428)
  • getData: accepts (number) => number (973bfe0)
  • WindowFunctions: group shape options (76aab52)

Bug Fixes

  • compose: use array of 1 to init window data. (e72de7b)
  • scale shape to max 1 (fa403ad)

1.0.1 (2022-07-16)

Bug Fixes

1.0.0 (2022-07-16)

Features

Bug Fixes