There was an error while loading. Please reload this page.
1 parent 29b257e commit 3abdf37Copy full SHA for 3abdf37
2 files changed
CHANGELOG.md
@@ -1,4 +1,11 @@
1
2
+0.0.18 (April 2026)
3
+-------------------
4
+
5
+- New API (non-breaking) [#30](https://github.com/BioNGFF/ome-zarr.js/pull/30)
6
+- Generalize FetchStore-typed arguments (Thanks to Jonas Windhager) [#27](https://github.com/BioNGFF/ome-zarr.js/pull/27)
7
+- Support for abort signals (Thanks to Jonas Windhager) [#26](https://github.com/BioNGFF/ome-zarr.js/pull/26)
8
+- Add Tests with vitest and pngjs (Thanks to Tiago Lubiana) [#21](https://github.com/BioNGFF/ome-zarr.js/pull/21)
9
10
0.0.17 (November 2025)
11
----------------------
package.json
@@ -17,7 +17,7 @@
17
"image",
18
"rendering"
19
],
20
- "version": "0.0.17",
+ "version": "0.0.18",
21
"type": "module",
22
"files": [
23
"dist"
0 commit comments