Skip to content

Releases: zemirco/json2csv

TS Definition fix

09 May 15:49
Compare
Choose a tag to compare

v3.4.1

  • Fix TS definition, see #113

Excel Strings

05 May 15:16
Compare
Choose a tag to compare

v3.4.0

  • Option for transforming to excel strings, see #111

TypeScript

19 Apr 15:35
Compare
Choose a tag to compare

v3.3.0

  • TypeScript definition

Double Quotes

09 Feb 18:39
Compare
Choose a tag to compare
  • Double Quotes options, see #100

Flatten

21 Jan 14:03
Compare
Choose a tag to compare

New Features

  • Auto flatten incoming JSON using the flat module, see #92

Fixes

  • Add missing dependencies in some examples, see #97

Null defaults fix

03 Jan 18:17
Compare
Choose a tag to compare

Fixes

Fixes from contributors

30 Oct 17:48
Compare
Choose a tag to compare
  • Fix backslashes (with tests) #86
  • Fix isAbsolute not being available for node 0.10 #84

Super Fields and Nested by Default

22 Oct 14:03
Compare
Choose a tag to compare

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 of value
    • value - required, Can be a string, or a function that receives the row as a param, see the README.
    • default - optional, overrides the defaultValue option.

    It can also just be a string, which is the value.

Line-Delimited JSON support for CLI, and more

16 Sep 16:51
Compare
Choose a tag to compare
v2.12.0

Line-Delimited JSON support for the CLI and more data validation.

newLine option & updated deps

24 Aug 18:01
Compare
Choose a tag to compare

Removed old makefile and js-beautify code.
Deps updated to latest versions.