Skip to content

Latest commit

 

History

History
188 lines (89 loc) · 7.7 KB

File metadata and controls

188 lines (89 loc) · 7.7 KB

Changelog

2.2.0 (2026-01-10)

Features

  • update dependencies and improve return type of filterXY (e361f19)

2.1.0 (2025-09-17)

Features

2.0.0 (2025-06-16)

⚠ BREAKING CHANGES

  • The JSON schema must now be imported like this: import filterXY from 'ml-signal-processing/FilterXYSchema.json' with { type: 'json' };
  • switch to esm-only and update ml-gsd (#25)

Bug Fixes

  • expose FilterXYSchema.json in exports (#27) (8cf34d0)

Code Refactoring

  • switch to esm-only and update ml-gsd (#25) (eca5d21)

1.2.0 (2024-11-14)

Features

  • add setMinX setMaxX setMinY setMaxY (abbf225)

1.1.1 (2024-10-10)

Bug Fixes

  • allow to import JSON schema as JS module (a9e3c8f)

1.1.0 (2024-10-09)

Features

1.0.4 (2024-03-07)

Bug Fixes

1.0.3 (2023-03-24)

Bug Fixes

  • update ml-spectra-processing (ace1fb5)

1.0.2 (2022-11-29)

Bug Fixes

1.0.1 (2022-11-25)

Bug Fixes

Documentation

1.0.0 (2022-11-25)

Bug Fixes

  • calibrateX if not enough peaks found (403bbba)

Miscellaneous Chores

0.5.2 (2022-05-06)

Bug Fixes

  • calibrateX didn't move the x axis in the right direction (7504497)

0.5.1 (2022-05-06)

Bug Fixes

  • calibrateX should return an object containing data (cc9b8df)

0.5.0 (2022-05-06)

Features

Bug Fixes

  • export FilterXYType (d5baf3a)
  • update dependencies and normed use 'value' (b964d51)

0.4.0 (2022-04-12)

Features

  • change code to allow filterXY to return logs (cf158c7)

Bug Fixes

0.3.0 (2022-04-11)

Features

  • rename FilterType to FilterXYType (7144e89)

Bug Fixes

0.2.0 (2022-04-11)

Features

  • add filterX and update dependency (5cc1af7)

0.1.0 (2022-04-06)

Features

0.0.1 (2022-04-04)

Features

Bug Fixes