Releases: usnistgov/h5wasm
Releases · usnistgov/h5wasm
v0.8.8
What's Changed
- Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #107
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #101
- Support filter writing by @bmaranville in #108
- Add symbols for BITGROOM and BITROUND filters
Full Changelog: v0.8.6...v0.8.8
v0.8.6
What's Changed
- Resolve the need for 'unsafe-eval' in CSP by @pathai-scasarotto in #106
New Contributors
- @pathai-scasarotto made their first contribution in #106
Full Changelog: v0.8.5...v0.8.6
v0.8.5
v0.8.5 2025-09-10
Changed
- adjusted optimization level during build to -O2 from -O3 to preserve exported names
Full Changelog: v0.8.4...v0.8.5
v0.8.4
v0.8.4 2025-09-10
Added
- add
reallocsymbol needed bybzip2filter at runtime
Full Changelog: v0.8.3...v0.8.4
v0.8.3
v0.8.2
What's Changed
- added export symbols needed by
bloscfilter at runtime
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- added remaining export symbols needed by JPEG filter at runtime
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Bump esbuild from 0.15.18 to 0.25.0 by @dependabot in #93
- Add
Uint8ClampedArraytoTypedArray_to_dtypemapping by @zengspr in #94 - update to new build of libhdf5-wasm, built with emscripten 3.1.68 by @bmaranville in #96
- using libhdf5 1.14.6
- add export symbols needed by JPEG compression filter by @bmaranville in #97
New Contributors
Full Changelog: v0.7.9...v0.8.0
v0.7.9
v0.7.8
v0.7.8 2024-09-06
Added
- Add
close_filemethod to Module API:close_file(file_id: bigint): number;
Fixed
- Fix accessing attributes of committed datatype with
my_datafile.attrs. - Fix calling
get_attribute_namesmethod of Module API on committed datatype.
Changed
- Mark optional parameters as such in the TypeScript declarations of the following
H5Modulemethods:open,create_dataset,create_group,create_vlen_str_datasetandget_keys_vector.