Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

50 lines (26 loc) · 1.4 KB

v0.3.0

Feature

  • Add sharedArrayBuffer option for enabling/disabling use of SharedArrayBuffer for data storage. If false, ArrayBuffer is used instead. This defaults to false, which marks a change compared to previous behavior.

v0.2.5

Interface

  • Expose DataSource type in declaration.

v0.2.4

Bug Fixes

  • Fix bug where adding columns externally would crash the loader

v0.2.3

Bug Fixes

v0.2.2

Bug Fixes

  • #31: Fixed number of lines used for type inference

v0.2.1

Bug Fixes

  • #29: Fixed BaseColumn get/set functions.

v0.2

Features

  • #12: Added date columns.
  • #23, #28: Added view accessor to all chunks which store a buffer view internally.

Bug Fixes

  • #22: Calling rebuildColumn now rebuilds the underlying chunks as well.

Chores

  • #21: Include README.md and LICENSE in npm releases.