Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 1.22 KB

History.md

File metadata and controls

74 lines (48 loc) · 1.22 KB

1.0.0 / 2015-09-18

  • Fixed tests
  • Added support for a header row
  • Better handling of data types
  • Clean up

0.6.0 / 2013-03-14

  • Added support for Node 0.10
  • Added Node 0.10 to travis

0.5.0 / 2012-11-01

  • Support serializing an array of objects
  • Added travis.yml

0.4.1 / 2012-06-26

  • Added support for Node 0.8.0

0.4.0 / 2012-06-17

  • Avoid extending http.ServerResponse.prototype with Express 3.x

0.3.1 / 2012-04-20

  • Fixed broken csv output when use preventCast option.

0.3.0 / 2012-03-28

  • Added option ignoreNullOrUndefined.
  • Added test.

0.2.1 / 2012-03-28

  • Adding clause setting undefined columns to an empty string. [mblackshaw]
  • Added Makefile.
  • Added test.
  • Added benchmark.

0.2.0 / 2012-03-21

  • Add option preventCast.

0.1.1 / 2012-03-18

  • Fixed repository in package.json

0.1.0 / 2012-03-18

  • Added test

0.0.2 / 2012-03-17

  • Add option separator. Default is ,.

0.0.1 / 2012-03-17

  • Initial release.