Releases: zemirco/json2csv
Releases · zemirco/json2csv
TS Definition fix
v3.4.1
- Fix TS definition, see #113
Excel Strings
v3.4.0
- Option for transforming to excel strings, see #111
TypeScript
v3.3.0
- TypeScript definition
Double Quotes
- Double Quotes options, see #100
Flatten
Null defaults fix
Fixes from contributors
Super Fields and Nested by Default
Breaking Changes
nested
has been removed as an option. All fields support nesting by default (see #74).
Features
-
fields
has been overhauled to accept an object (see #78) with the following form:label
- optional, defaults to the value ofvalue
value
- required, Can be a string, or a function that receives the row as a param, see the README.default
- optional, overrides thedefaultValue
option.
It can also just be a string, which is the
value
.
Line-Delimited JSON support for CLI, and more
v2.12.0 Line-Delimited JSON support for the CLI and more data validation.
newLine option & updated deps
Removed old makefile and js-beautify code.
Deps updated to latest versions.