Skip to content

Latest commit

 

History

History
73 lines (33 loc) · 2.66 KB

File metadata and controls

73 lines (33 loc) · 2.66 KB

Changelog

3.0.0 (2026-04-18)

⚠ BREAKING CHANGES

  • package is now ESM-only; consumers using require() must migrate to import, or run Node.js >= 20.19, >= 22.12, or any 24.x or later.

Features

  • migrate package to ESM TypeScript (90aab56)

2.0.4 (2026-04-16)

Bug Fixes

2.0.3 (2024-03-07)

Bug Fixes

  • update ml-spectra-processing and dependencies (f01649c)

2.0.2 (2023-08-22)

Bug Fixes

  • set correctly moduleResolution (62c1618)

2.0.1 (2023-03-24)

Bug Fixes

2.0.0 (2022-12-23)

⚠ BREAKING CHANGES

  • migrate project to TypeScript (#18)

Miscellaneous Chores

1.1.0 (2022-04-01)

Features

  • improve performance by remove slice (196df40)

1.0.0 (2021-03-24)

Bug Fixes

  • default value for windowS is 8% of number of poitns (8a10f8c)
  • update dependencies (8030c85)

0.1.0 (2020-11-17)

Features