Releases: C2FO/fast-csv
Releases · C2FO/fast-csv
v0.4.4
18 Aug 13:46
Compare
Sorry, something went wrong.
No results found
Added support for comments #56
v0.4.3
14 Aug 20:00
Compare
Sorry, something went wrong.
No results found
Added ability to include a rowDelimiter at the end of a csv with the includeEndRowDelimiter optioin #54
Added escaping for values that include a row delimiter
Added more tests for new feature and escaping row delimiter values.
v0.4.2
03 Aug 16:17
Compare
Sorry, something went wrong.
No results found
Added ability to specify a rowDelimiter when creating a csv.
Added discardUnmappedColumns option to allow the ignoring of extra data #45
v0.4.1
11 Jun 21:16
Compare
Sorry, something went wrong.
No results found
Fixed race condition that occured if you called pause during a flush.
v0.4.0
02 Jun 02:59
Compare
Sorry, something went wrong.
No results found
Fixed misspelling of delimiter #40
v0.3.0
15 May 04:26
Compare
Sorry, something went wrong.
No results found
You can now specify objectMode when parsing a csv which will cause data events to have an object emitted.
You can now pipe directly to the stream returned from createWriteStream
You can now transform csvs by piping output from parsing into a formatter.
v0.2.2
18 Mar 17:41
Compare
Sorry, something went wrong.
No results found
Fixed issue with having line breaks containing \r\n
v0.2.1
12 Mar 23:13
Compare
Sorry, something went wrong.
No results found
Fixed issue with \r line break in parser
v0.2.0
10 Mar 20:41
Compare
Sorry, something went wrong.
No results found
Added multiline value support
Updated escaping logic
More performance enhancements
More robusts test cases
Removed support for having two quote types instead it just supports a single quote and escape sequence.
v0.1.2
07 Mar 06:45
Compare
Sorry, something went wrong.
No results found
Fixed issue with formatter handling undefined or null values.
Changed formatter not not include a new line at the end of a CSV.
Added pause and resume functionality to ParserStream
You can’t perform that action at this time.