Skip to content

Releases: C2FO/fast-csv

v0.4.2

03 Aug 16:17
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixed race condition that occured if you called pause during a flush.

v0.4.0

02 Jun 02:59
Compare
Choose a tag to compare
  • Fixed misspelling of delimiter #40

v0.3.0

15 May 04:26
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixed issue with having line breaks containing \r\n

v0.2.1

12 Mar 23:13
Compare
Choose a tag to compare
  • Fixed issue with \r line break in parser

v0.2.0

10 Mar 20:41
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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

v0.1.1

07 Mar 06:45
Compare
Choose a tag to compare
  • Added trim, ltrim, and rtrim to parsing options

v0.1.0

05 Mar 19:28
Compare
Choose a tag to compare
Merge pull request #19 from doug-martin/master

v0.1.0