Skip to content

Commit f542f43

Browse files
authored
Bump to 0.4 (#99)
1 parent 05e09f4 commit f542f43

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.4.0] - 2024-01-31
4+
5+
- Support for null bitmaps, union arrays, duration arrays, dictionary-encoded arrays, map arrays.
6+
- Set `copy` to `true` by default. To create zero-copy views, pass `copy=false`.
7+
- Bump `apache-arrow` peer dependency to v15.
8+
- Add `parseSchema` by @kylebarron in https://github.com/kylebarron/arrow-js-ffi/pull/72
9+
- Fix passing down `copy` when parsing children by @kylebarron in https://github.com/kylebarron/arrow-js-ffi/pull/44
10+
- Automated publishing via CI by @kylebarron in https://github.com/kylebarron/arrow-js-ffi/pull/92
11+
- memory management doc by @kylebarron in https://github.com/kylebarron/arrow-js-ffi/pull/98
12+
13+
**Full Changelog**: https://github.com/kylebarron/arrow-js-ffi/compare/v0.3.0...v0.4.0
14+
315
## [0.3.0] - 2023-08-15
416

517
- Add tests copying data across boundary by @kylebarron in https://github.com/kylebarron/arrow-js-ffi/pull/32

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arrow-js-ffi",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Zero-copy reading of Arrow data from WebAssembly",
55
"source": "src/index.ts",
66
"umd:main": "dist/arrow-js-ffi.umd.js",

0 commit comments

Comments
 (0)