Releases: ndjson/ndjson.js
Releases · ndjson/ndjson.js
2.0.0 Revival
- Breaking Change Remove serialize, which was an alias of stringify. Just switch it out to use stringify. The only two exports are now parse/stringify which aligns this package with others in the ecosystem.
- Breaking Change Drop support for < Node v10
- Update all dependencies to use the latest version of steams
- Update the CLI to handle errors properly
- General code, docs, and tests cleanup