Releases: alesmenzel/csv
Releases Β· alesmenzel/csv
v1.5.0
v1.4.0
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
Fixed
- Allow node versions >=12
v1.3.0
Added
bom
option to automatically strip BOM from the beginning of CSV (defaults totrue
)
v1.2.1
Fixed
- removed the packed package from the source
v1.2.0
Added
- optionally allow comments
- optionally allow inconsistent column count
- optionally allow extra characters after quoted cell, but ignore those
v1.1.0
Added
- handle stream backpressure
- rewrite to use Duplex stream instead of Transform for more granular control
It's out π
v1.0.0 cd: automatically publish on release