Skip to content

Releases: C2FO/fast-csv

v3.3.0

29 Jul 03:18
475103b
Compare
Choose a tag to compare
  • [FIXED] First row of CSV is removed when headers array is provided #252

v3.2.0

29 Jul 03:18
30c3a99
Compare
Choose a tag to compare
  • [FIXED] Invalid row index doesn't reflect original row count #130 #266 - @chrwnsk

v3.0.2

09 Jul 22:44
40f3964
Compare
Choose a tag to compare
  • Update lodash to address #260

v2.3.0

27 Sep 15:18
Compare
Choose a tag to compare
  • Writing object ends up with function definitions #158

v2.2.0

22 Sep 20:27
Compare
Choose a tag to compare

Fix for empty last column when contains a delimiter

11 Jul 15:10
Compare
Choose a tag to compare
  • Fix for last column empty when line end with a delimiter.

Handling empty last column

29 Apr 19:55
Compare
Choose a tag to compare

Fast CSV will now handles the last column being empty.

Encoding Fixes

31 Mar 18:44
Compare
Choose a tag to compare
  • Fix for when chunk returned by transform to the parser ends with a space
  • Functionality to give a reason when invalid data
  • Fix problem with utf8 encoded streams that have multi-byte characters
  • Allow passing sparse array of headers

Node 4-5 Support

06 Jan 18:00
Compare
Choose a tag to compare
  • Node 4 and 5 support.
  • Deprecating the record event.

v0.6.0

13 Mar 14:38
Compare
Choose a tag to compare
  • Removed try catch from emit to allow bubbling up of errors to process, if one is thrown #93
    • This also fixed issue #92 where a loop was entered when this.emit("error") was called.
  • Added new tests