Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@mljs-bot mljs-bot released this 16 Jun 10:30
5e78012

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)