Skip to content

Releases: mrodrig/json-2-csv

NPM Release v5.5.7

24 Nov 06:21
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • csv2json type fix for unused option
  • Documentation update for CLI

NPM Release v5.5.3

08 Jul 02:27
Compare
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
Compare
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
Compare
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

NPM Release v5.5.0

01 Mar 03:43
Compare
Choose a tag to compare
  • Adds support for RegExps in the excludeKeys option - #252

NPM Release v5.4.0

25 Feb 05:16
Compare
Choose a tag to compare
  • Adds support for new arrayIndexesAsKeys option to support the use case desired in #207

NPM Release v5.3.0

24 Feb 02:57
Compare
Choose a tag to compare
  • Adds wildcardMatch option to keys option's Object specification to allow for key expansion for some limited wildcard key matching support. Requested in #247