Changes from v7.2.0:
- 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
anddeflate
decompression of input streams. - Add
fromArrowStream
,fromCSVStream
,fromFixedStream
, andfromJSONStream
methods for async stream parsing. - Expand
fromJSON
andtoJSON
to support a JSONtype
property, for control over row-oriented, column-oriented, and newline-delimited (NDJSON) formats. - Update build, including
package.json
use of thebrowser
property, for more targeted node/web separation. - Update test cases to reflect changes.
Full Changelog: v7.2.1...v8.0.0