Skip to content

Commit

Permalink
Bump to 0.4 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Jan 31, 2024
1 parent 05e09f4 commit f542f43
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0] - 2024-01-31

- Support for null bitmaps, union arrays, duration arrays, dictionary-encoded arrays, map arrays.
- Set `copy` to `true` by default. To create zero-copy views, pass `copy=false`.
- Bump `apache-arrow` peer dependency to v15.
- Add `parseSchema` by @kylebarron in https://github.com/kylebarron/arrow-js-ffi/pull/72
- Fix passing down `copy` when parsing children by @kylebarron in https://github.com/kylebarron/arrow-js-ffi/pull/44
- Automated publishing via CI by @kylebarron in https://github.com/kylebarron/arrow-js-ffi/pull/92
- memory management doc by @kylebarron in https://github.com/kylebarron/arrow-js-ffi/pull/98

**Full Changelog**: https://github.com/kylebarron/arrow-js-ffi/compare/v0.3.0...v0.4.0

## [0.3.0] - 2023-08-15

- Add tests copying data across boundary by @kylebarron in https://github.com/kylebarron/arrow-js-ffi/pull/32
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": "arrow-js-ffi",
"version": "0.3.0",
"version": "0.4.0",
"description": "Zero-copy reading of Arrow data from WebAssembly",
"source": "src/index.ts",
"umd:main": "dist/arrow-js-ffi.umd.js",
Expand Down

0 comments on commit f542f43

Please sign in to comment.