Notable change is the support for exporting "raw" datasets to JSON. But of course, VS Code has its own API for saving files from webviews, so I took inspiration from #23 to replace the built-in support for JSON export in H5WasmProvider with one that works in VS Code.
I'll rebase #23 and resolve conflicts once I merge this.
Release notes: https://github.com/silx-kit/h5web/releases/tag/v9.0.0
Notable change is the support for exporting "raw" datasets to JSON. But of course, VS Code has its own API for saving files from webviews, so I took inspiration from #23 to replace the built-in support for JSON export in
H5WasmProvider
with one that works in VS Code.I'll rebase #23 and resolve conflicts once I merge this.