Skip to content

Releases: mrodrig/json-2-csv

NPM Release v3.14.2

07 Aug 05:17
d754925
Compare
Choose a tag to compare
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

13 Jun 17:27
523cf3a
Compare
Choose a tag to compare
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

31 May 03:05
bf4dd22
Compare
Choose a tag to compare

NPM Release v3.13.0

20 May 13:17
2183282
Compare
Choose a tag to compare

Adds TypeScript support for new wrapBooleans option (part of #188). Thanks @peacechen!

NPM Release v3.12.0

20 May 04:19
042008b
Compare
Choose a tag to compare

NPM Release v3.11.1

20 May 04:18
72688ef
Compare
Choose a tag to compare
npm audit fix, release 3.11.1 (#181)

NPM Release v3.11.0

20 May 04:18
Compare
Choose a tag to compare
chore(release): 3.11.0

NPM Release v3.10.3

03 May 22:59
Compare
Choose a tag to compare

NPM Release v3.10.3

NPM Release 3.10.2

05 Jan 21:54
Compare
Choose a tag to compare

Updates doc-path to 2.3.0

NPM Release v3.10.1

01 Jan 19:24
Compare
Choose a tag to compare

Fixes #175, #176 thanks to @LandingWind in #177.