Ucsv 1.2.0 released

I've been busy with a number of other projects but I have finally gotten around to a new update to Ucsv. This version fixes a couple of small bugs and adds the new csvToObject and objectToCsv methods.

Along with the new features, the project now uses Grunt for builds instead of Apache Ant, and also use YUIdoc now.

With the long planed switch to Grunt complete the project is now available on GitHub.

The future

The next major version will likely be 2.0. I plan to make a major backwards availability breaking change, the API will be becoming asynchronous, using Web Workers where available. This change should allow processing large data-sets without the potential of making the browser UI unresponsive.

There are no tags on this post

Previous: UCSV 1.1.0 released

Next: ES6 spread operator + Date constructor = awesome