Releases: Keyang/node-csvtojson
Releases · Keyang/node-csvtojson
v2.0.11
08 Jul 08:56
Compare
Sorry, something went wrong.
No results found
Release Note - Version 2.0.11
Optimized the package's internal dependencies and removed unnecessary code, resulting in a significant reduction in bundle size.
75a154d
Updated critical dependencies to their latest versions, addressing known security vulnerabilities.
Removed deprecated code and refactored outdated modules, enhancing code quality and maintainability.
99616e4
v2.0.10
27 Jun 10:13
Compare
Sorry, something went wrong.
No results found
Bug Fixes:
cannot convert string contains "..." as a JSON key (#324 )
Invalid parsing when quote is escaped inside quoted column containing delimiter (#318 )
New Features:
needEmitAll parameter (#286 )
downstreamFormat parameter (#284 #321 #307 )
nullObject parameter (#280 )
Pull Request:
1.1.9
07 Oct 00:04
Compare
Sorry, something went wrong.
No results found
Fix encoding issue in buffer
1.1.8
30 Sep 19:14
Compare
Sorry, something went wrong.
No results found
fix bugs on browser with webpack and browserify
add header event
fix bug on some version of nodejs
fix a regexp bug
1.1.7
20 Jun 21:31
Compare
Sorry, something went wrong.
No results found
1.1.5
03 May 18:50
Compare
Sorry, something went wrong.
No results found
ignoreColumns and includeColumns now allow put in header names and indecies.
only include child_process when multi worker is needed.
allow fs.createReadStream options being passed in through fromFile function
1.1.3
23 Jan 21:37
Compare
Sorry, something went wrong.
No results found
Version 1.1.1
30 Dec 19:25
Compare
Sorry, something went wrong.
No results found
Fix bugs: preProcessLine is not emitted
Changed array definition in nested json structure to follow lodash set
Only use first line of csv body for type inference
added done event
added hooks section
removed parserMgr
Version 1.1.0
24 Dec 21:45
Compare
Sorry, something went wrong.
No results found
Major update with backward compatibility
Optimise Performance
Simplify API