- Add
sharedArrayBuffer
option for enabling/disabling use ofSharedArrayBuffer
for data storage. If false,ArrayBuffer
is used instead. This defaults to false, which marks a change compared to previous behavior.
- Expose
DataSource
type in declaration.
- Fix bug where adding columns externally would crash the loader
- #34: Added workaround for this vite issue
- #31: Fixed number of lines used for type inference
- #29: Fixed
BaseColumn
get
/set
functions.
- #12: Added date columns.
- #23, #28: Added
view
accessor to all chunks which store a buffer view internally.
- #22: Calling
rebuildColumn
now rebuilds the underlying chunks as well.
- #21: Include
README.md
andLICENSE
in npm releases.