Releases: vslinko/deno-csv
Releases · vslinko/deno-csv
v0.9.3
What's Changed
- readCSV: ignore trailing empty lines (Fixes #26)
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- Handle rows with empty cells as non-empty lines by @sekko27 in #25
New Contributors
Full Changelog: v0.9.1...v0.9.2
v0.8.0
- update to deno 1.28.0 and std 0.164.0
- new options fromLine and toLine
v0.7.5
Throw an error when quote is found in unquoted field
v0.7.4
Update deno std to 0.133.0