Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.0.0](https://github.com/mljs/signal-processing/compare/v1.2.0...v2.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](https://github.com/mljs/signal-processing/issues/25))

### Bug Fixes

* expose FilterXYSchema.json in exports ([#27](https://github.com/mljs/signal-processing/issues/27)) ([8cf34d0](https://github.com/mljs/signal-processing/commit/8cf34d00c000c9468c2241b4c56ac6aba0fb2fe8))


### Code Refactoring

* switch to esm-only and update `ml-gsd` ([#25](https://github.com/mljs/signal-processing/issues/25)) ([eca5d21](https://github.com/mljs/signal-processing/commit/eca5d2119d6cc1e2da59549d6ec94ec8bd169a31))

## [1.2.0](https://github.com/mljs/signal-processing/compare/v1.1.1...v1.2.0) (2024-11-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-signal-processing",
"version": "1.2.0",
"version": "2.0.0",
"description": "Process data in the form of {x:[], y:[]}",
"type": "module",
"exports": {
Expand Down
Loading