Releases: mrodrig/json-2-csv
Releases · mrodrig/json-2-csv
NPM Release v3.14.2
Fix 203 (#204) * Handle case where no column headers are present. As reported in #203, there are use cases where the CSV may not have column headers for a particular set of data. In this case, the expected output simply ignores these unnamed data values, but as of [email protected], the output was an error indicating that no key path was provided. This commit fixes #203 by capturing and handling that error from the doc-path module. Fixes #203 * chore(release): 3.14.2
NPM Release v3.14.1
Update doc-path to fix negative lookbehind regexp. (#199) * Update doc-path to fix negative lookbehind regexp. As reported in #197, there was a compatibility issue introduced in [email protected] where a negative lookbehind Regexp was being used despite not being supported by many browsers. This caused runtime errors when this library's functionality was called due to the underlying dependency compatibility issue. This commit bumps the version to 3.0.1 which fixes the compatibility issue in the doc-path module. Fixes #197 * chore(release): 3.14.1
NPM Release v3.14.0
Fixes #184
NPM Release v3.13.0
Adds TypeScript support for new wrapBooleans
option (part of #188). Thanks @peacechen!
NPM Release v3.12.0
NPM Release v3.11.1
npm audit fix, release 3.11.1 (#181)
NPM Release v3.11.0
chore(release): 3.11.0
NPM Release v3.10.3
NPM Release v3.10.3
NPM Release 3.10.2
Updates doc-path to 2.3.0