v8.0.0
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
gzipanddeflatedecompression of input streams. - Add
fromArrowStream,fromCSVStream,fromFixedStream, andfromJSONStreammethods for async stream parsing. - Expand
fromJSONandtoJSONto support a JSONtypeproperty, for control over row-oriented, column-oriented, and newline-delimited (NDJSON) formats. - Update build, including
package.jsonuse of thebrowserproperty, for more targeted node/web separation. - Update test cases to reflect changes.
Full Changelog: v7.2.1...v8.0.0