- Allow
Uint32Array
type inparseTable
. - Ensure
apache-arrow
is marked as an external library in Rollup
- Add clean and build to
prepublishOnly
. 0.4.0 had accidentally been published with stale code.
Yanked
- Support for null bitmaps, union arrays, duration arrays, dictionary-encoded arrays, map arrays.
- Set
copy
totrue
by default. To create zero-copy views, passcopy=false
. - Bump
apache-arrow
peer dependency to v15. - Add
parseSchema
by @kylebarron in #72 - Fix passing down
copy
when parsing children by @kylebarron in #44 - Automated publishing via CI by @kylebarron in #92
- memory management doc by @kylebarron in #98
Full Changelog: https://github.com/kylebarron/arrow-js-ffi/compare/v0.3.0...v0.4.0
- Add tests copying data across boundary by @kylebarron in #32
- Support "large" types with int64 offsets by @kylebarron in #33
- Parse record batch from FFI by @kylebarron in #37 and #39
- Revamped bundling (#30)
- Initial release
- Working
parseField
andparseVector
for many vector data types.