Skip to content

Releases: Keyang/node-csvtojson

v2.0.11

08 Jul 08:56
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare
Fix encoding issue in buffer

1.1.8

30 Sep 19:14
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
update version

1.1.5

03 May 18:50
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
fix 134

Version 1.1.1

30 Dec 19:25
Compare
Choose a tag to compare

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
Choose a tag to compare

Major update with backward compatibility

  • Optimise Performance
  • Simplify API