Skip to content

Releases: maxim2266/csvplus

Project modernisation

12 May 17:24

Choose a tag to compare

Source code modified to work with modern versions of Go.

JSON serialisation

22 May 17:25

Choose a tag to compare

Changes:

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

Interface enhancement

02 May 17:58

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

Choose a tag to compare

0.3.1

Bug fix: Missing csv header when neither of SelectColumns, ExpectHead…

First beta release.

18 Sep 18:53

Choose a tag to compare

Minor updates and bug fixes.

First alpha

14 Sep 19:49

Choose a tag to compare

First alpha Pre-release
Pre-release
v0.1.0

Documentation update.