Releases: C2FO/fast-csv
Releases · C2FO/fast-csv
v4.2.0
v4.1.6
v4.1.5
v4.1.4
v4.0.1
- [FIXED] package.json homepage links
- [ADDED] version npm script
v4.0.0
- Migrated from mocha to jest
- Moved to
lerna
.- Split
parse
andformat
packages
- Split
- Added running examples and checking output as part of the tests
- Updated docs for new directory layout
- Added typescript examples
- Added generics type support to format and parse streams
- [ADDED] Docs around using
strictColumnHandling
to emit errors when there are more columns than headers [#195]
v4.0.0-alpha.0
- Migrated from mocha to jest
- Moved to
lerna
.- Split
parse
andformat
packages
- Split
- Added running examples and checking output as part of the tests
- Updated docs for new directory layout
- Added typescript examples
- Added generics type support to format and parse streams
- [ADDED] Docs around using
strictColumnHandling
to emit errors when there are more columns than headers [#195]
v3.7.0
- [ADDED] Ability to Transform Header #287
- [ADDED] Example require and import to README #301
- [ADDED] Added new formatting option
alwaysWriteHeaders
to always write headers even if no rows are provided #300 - [ADDED] Appending to csv example and docs #272
- [FIXED] Issue with duplicate headers causing dataloss, duplicate headers will can an error to be emitted. #276
- [FIXED] Issue where an error thrown while processing rows causes stream continue to parse, causing duplicate writes or swallowed exceptions.
v3.6.0
- [ADDED]
maxRows
option to limit the number of rows parsed. #275 #277 - @cbrittingham - [ADDED]
skipRows
to allow skipping parsed rows see parsing.md - [ADDED]
skipLines
to allow skipping entire lines of a csv parsing.md #267 - Exported formatting and parsing types.
- Removed
.npmignore
in favor ofpackage.json
files