Skip to content

Releases: maxim2266/csvplus

JSON serialisation

22 May 17:25
Compare
Choose a tag to compare

Changes:

  • Added serialisation to JSON;
  • Minor updates and performance optimisations.

Interface enhancement

02 May 17:58
Compare
Choose a tag to compare
  • csvplus.File renamed to csvplus.Reader;
  • Added constructors to create csvplus.Reader from io.Reader and io.ReadCloser;
  • Name field removed from DataSourceError, as the input is no longer guaranteed to have a name;
  • Minor changes to comments;
  • Line numbering now starts from 1 instead of 0.

Bugfix release

27 Dec 11:32
Compare
Choose a tag to compare
Bug fix: Missing csv header when neither of SelectColumns, ExpectHead…

…er, AssumeHeader is called on csvplus.File object.

First beta release.

18 Sep 18:53
Compare
Choose a tag to compare

Minor updates and bug fixes.

First alpha

14 Sep 19:49
Compare
Choose a tag to compare
First alpha Pre-release
Pre-release
v0.1.0

Documentation update.