Skip to content

Releases: Keyang/node-csvtojson

v2.0.11

Choose a tag to compare

@dogabudak dogabudak released this 08 Jul 08:56

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

Choose a tag to compare

@Keyang Keyang released this 27 Jun 10:13

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

Choose a tag to compare

@Keyang Keyang released this 07 Oct 00:04
Fix encoding issue in buffer

1.1.8

Choose a tag to compare

@Keyang Keyang released this 30 Sep 19:14
  • 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

Choose a tag to compare

@Keyang Keyang released this 20 Jun 21:31
update version

1.1.5

Choose a tag to compare

@Keyang Keyang released this 03 May 18:50
  • 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

Choose a tag to compare

@Keyang Keyang released this 23 Jan 21:37
fix 134

Version 1.1.1

Choose a tag to compare

@Keyang Keyang released this 30 Dec 19:25

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

Choose a tag to compare

@Keyang Keyang released this 24 Dec 21:45

Major update with backward compatibility

  • Optimise Performance
  • Simplify API