Skip to content

Commit

Permalink
Document changes in v0.2.0 and v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Oct 24, 2012
1 parent f39fcc3 commit 39ad1a8
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions 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.*`

0 comments on commit 39ad1a8

Please sign in to comment.