Skip to content

Releases: mrodrig/json-2-csv

NPM Release v5.5.10

28 Oct 01:43
dd154d6

Choose a tag to compare

  • Ability to rename individual field headers - thanks to @petterw03 - #280
  • NPM Audit Fix patches

NPM Release v5.5.9

06 Mar 03:49

Choose a tag to compare

NPM Release v5.5.8

24 Jan 23:25
5869d1b

Choose a tag to compare

  • Incorporates @sevrai's fix from #271
  • Dev Dependency vulnerability patch

NPM Release v5.5.7

24 Nov 06:21

Choose a tag to compare

  • Fixes the bug identified in #265
  • Patches a high severity vulnerability identified in a dependency by npm audit

NPM Release v5.5.6

26 Sep 02:04
8612018

Choose a tag to compare

  • Thanks @Altioc for finding and fixing #264
  • Patches a moderate severity vulnerability in the dependency chain via npm audit fix

NPM Release v5.5.5

04 Aug 22:05

Choose a tag to compare

Thanks to @bdudabeecoded for finding and fixing the double wrapping of header fields containing newlines - #260

NPM Release v5.5.4

08 Jul 03:59
65829f7

Choose a tag to compare

  • csv2json type fix for unused option
  • Documentation update for CLI

NPM Release v5.5.3

08 Jul 02:27

Choose a tag to compare

  • Thanks for @diegoreis42 for swapping out the deprecated substr method calls with substring - #258

NPM Release v5.5.2

06 Jul 04:11
84f088b

Choose a tag to compare

Merge pull request #257 from mrodrig/june24-audit-fix

June 2024 - npm audit fix for braces

NPM Release v5.5.1

21 Mar 02:49

Choose a tag to compare

  • Resolves csv2json conversion parsing issue where keys ending with a . character would have a nested doc with an empty string key value - reported in #254