Changelog
Changelog
6.0.0-alpha.0 (2021-04-14)
Drop support for Node < v12
AsyncParser API has changed, see the Upgrading from 5.X to 6.X
section for details.
fix: consolidate the API of AsyncParser and parseAsync
feat: simplify AsyncParser
chore: drop support for node 11
refactor: improve AsyncParser parse method
docs: add links to node docs and fix few small issues
In the JavaScript modules, formatters
are introduced and the quote
, escapedQuote
and excelStrings
options are removed. See the migration notes in the readme. CLI hasn't changed.