File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ 0.2.0] - 2023-07-09
4
+
5
+ - Revamped bundling ([ #30 ] ( https://github.com/kylebarron/arrow-js-ffi/pull/30 ) )
6
+
7
+ ## [ 0.1.0] - 2023-07-03
8
+
9
+ - Initial release
10
+ - Working ` parseField ` and ` parseVector ` for many vector data types.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " arrow-js-ffi" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " Zero-copy reading of Arrow data from WebAssembly" ,
5
5
"source" : " src/index.ts" ,
6
6
"umd:main" : " dist/arrow-js-ffi.umd.js" ,
Original file line number Diff line number Diff line change @@ -737,7 +737,7 @@ __metadata:
737
737
typescript : ^4.7.4
738
738
vitest : ^0.33.0
739
739
peerDependencies :
740
- apache-arrow : ^12 .0.0
740
+ apache-arrow : ^10 .0.0
741
741
languageName : unknown
742
742
linkType : soft
743
743
You can’t perform that action at this time.
0 commit comments