Releases: mrodrig/json-2-csv
Releases Β· mrodrig/json-2-csv
NPM Release v5.5.7
NPM Release v5.5.6
NPM Release v5.5.5
Thanks to @bdudabeecoded for finding and fixing the double wrapping of header fields containing newlines - #260
NPM Release v5.5.4
- csv2json type fix for unused option
- Documentation update for CLI
NPM Release v5.5.3
- Thanks for @diegoreis42 for swapping out the deprecated
substr
method calls withsubstring
- #258
NPM Release v5.5.2
Merge pull request #257 from mrodrig/june24-audit-fix June 2024 - npm audit fix for braces
NPM Release v5.5.1
- 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
- Adds support for RegExps in the
excludeKeys
option - #252
NPM Release v5.4.0
- Adds support for new
arrayIndexesAsKeys
option to support the use case desired in #207
NPM Release v5.3.0
- Adds
wildcardMatch
option tokeys
option's Object specification to allow for key expansion for some limited wildcard key matching support. Requested in #247