From 39ad1a8f2513a2c3dc8ceb1bf36af750a5f16724 Mon Sep 17 00:00:00 2001 From: David Worms Date: Wed, 24 Oct 2012 15:07:40 +0200 Subject: [PATCH] Document changes in v0.2.0 and v0.2.1 --- doc/changes.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 doc/changes.md diff --git a/doc/changes.md b/doc/changes.md new file mode 100644 index 000000000..4c8091270 --- /dev/null +++ b/doc/changes.md @@ -0,0 +1,42 @@ +--- +language: en +layout: page +title: "Changes in latest versions" +date: 2012-10-09T16:24:28.045Z +comments: false +sharing: false +footer: false +navigation: csv +github: https://github.com/wdavidw/node-csv-parser +--- + +version 0.2.1 +------------- + +* Line number in parsing error +* Asynchronous transformation +* Have from stream send pause/resume advisories from csv to stream +* Column property to column name if defined option column defined as an object +* Pass options in the `from` and `to` functions +* Function `to.string` receives the number of written records +* Skip UTF BOM from first data event on UTF-8 decoded stream +* Fix from array with the column options +* Travis support +* More doc about columns and transformation +* Update and improve samples +* Backward compatibility width Node.js < 0.8.x + +version 0.2.0 +------------- + +* Add `to` and `from` convenient functions +* Documentation generation +* New generator function and class +* Full stream support +* Externalize the parse, stringify and transform functionnalities +* Rename the `data` event to `record` +* Test coverage +* Isolate state into its own file +* Isolate default options into their own file; Implement `to.options` +* Convert lib to coffee +* Rename `from*` and `to*` functions to `from.*` and `to.*` \ No newline at end of file