File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.4] - 2026-03-05
4+ - Added stride read support and a new convenience method, ` get ` see [ #57 ] ( https://github.com/EarthyScience/netcdf4-wasm/pull/57 )
5+
36## [ 0.2.3] - 2026-02-21
47- Removed leading slash if not root to match how zarrita handles groups [ #55 ] ( https://github.com/EarthyScience/netcdf4-wasm/pull/55 )
58
Original file line number Diff line number Diff line change 1010 "lint" : " eslint"
1111 },
1212 "dependencies" : {
13- "@earthyscience/netcdf4-wasm" : " ^0.2.2 " ,
13+ "@earthyscience/netcdf4-wasm" : " ^0.2.4 " ,
1414 "@radix-ui/react-accordion" : " ^1.2.12" ,
1515 "@radix-ui/react-dialog" : " ^1.1.15" ,
1616 "@radix-ui/react-label" : " ^2.1.8" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @earthyscience/netcdf4-wasm" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.2.4 " ,
44 "description" : " Partial compilation of NetCDF4 library to WebAssembly with TypeScript bindings" ,
55 "type" : " module" ,
66 "main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments