Skip to content

Releases: zemirco/json2csv

TS and JSDoc

08 Dec 17:52
Compare
Choose a tag to compare
v3.7.3

chore(release): 3.7.3

Unwind Fix

25 Oct 13:24
Compare
Choose a tag to compare

v3.7.1

  • fix(bug): unwindPath should handle records with empty arrays
  • fix(ts): add unwindPath to typescript def
  • fix(docs): mark fields as optional

Unwind

20 Sep 17:17
Compare
Choose a tag to compare

v3.7.0

  • Add unwindPath feature, see #139, #140

Debugger

22 Jul 12:57
Compare
Choose a tag to compare

v3.6.2

  • Remove debugger, see #132
  • Fix changelog typo

All Fields

12 Jul 13:19
Compare
Choose a tag to compare

v3.6.1

  • Fix auto-fields returning all available fields, even if not available on the first object, see #104

Sync

07 Jul 19:02
Compare
Choose a tag to compare

v3.6.0

  • Make callback optional
  • Make callback use process.nextTick, so it's not sync

See #126 and #125

Thanks @STRML!

Revert

29 Jun 13:05
Compare
Choose a tag to compare

v3.5.1

  • Revert #114, due to more issues
  • Update npmignore
  • Add a changelog
  • Updatee readme

Include Empty Rows

21 Jun 13:34
Compare
Choose a tag to compare

v3.5.0

  • includeEmptyRows options added, see #122 (Thanks @glutentag)
  • -a or --include-empty-rows added for the CLI.

Fix defaults

16 Jun 18:01
Compare
Choose a tag to compare

v3.4.3

Fix new lines

20 May 17:49
Compare
Choose a tag to compare

v3.4.2

  • Fix new lines, resolves #91, see #114