Skip to content

Releases: alesmenzel/csv

v1.5.0

21 Jan 18:26
Compare
Choose a tag to compare

Changed

  • Internally optimize variable allocation by reassigning instead of creating new variables
  • Always parse input buffer as UTF8 string
  • Set default high water mark for both read and write side to 0

v1.4.0

18 Jan 18:10
Compare
Choose a tag to compare

Added

  • automatically handle missing newline (row delimiter) at the end of csv

Fixed

  • handle chunks that end with a quote - previously a chunk that ended with a quote caused the cell to end, but it could be just an escaped quote in the quoted cell

v1.3.1

18 Jan 10:23
Compare
Choose a tag to compare

Fixed

  • Allow node versions >=12

v1.3.0

17 Jan 15:02
Compare
Choose a tag to compare

Added

  • bom option to automatically strip BOM from the beginning of CSV (defaults to true)

v1.2.1

17 Jan 10:25
Compare
Choose a tag to compare

Fixed

  • removed the packed package from the source

v1.2.0

17 Jan 10:23
Compare
Choose a tag to compare

Added

  • optionally allow comments
  • optionally allow inconsistent column count
  • optionally allow extra characters after quoted cell, but ignore those

v1.1.0

17 Jan 00:17
Compare
Choose a tag to compare

Added

  • handle stream backpressure
  • rewrite to use Duplex stream instead of Transform for more granular control

It's out πŸŽ‰

16 Jan 10:26
Compare
Choose a tag to compare
v1.0.0

cd: automatically publish on release