Skip to content

v8.0.0

Compare
Choose a tag to compare
@jheer jheer released this 05 Feb 22:51
· 1 commit to main since this release
2824cbf

Changes from v7.2.1:

  • Breaking: Drop custom Arquero JSON format with embedded schema. It provides little if any additional value (as the schema does not include type information), and I don't have any evidence that people use it.
  • Add support to load data from input readable streams.
  • Add full streaming readers for CSV, fixed width, and NDJSON formats.
  • Add support for gzip and deflate decompression of input streams.
  • Add fromArrowStream, fromCSVStream, fromFixedStream, and fromJSONStream methods for async stream parsing.
  • Expand fromJSON and toJSON to support a JSON type property, for control over row-oriented, column-oriented, and newline-delimited (NDJSON) formats.
  • Update build, including package.json use of the browser property, for more targeted node/web separation.
  • Update test cases to reflect changes.

Full Changelog: v7.2.1...v8.0.0