Releases: maxim2266/csvplus
Releases · maxim2266/csvplus
Project modernisation
JSON serialisation
Changes:
- Added serialisation to JSON;
- Minor updates and performance optimisations.
Interface enhancement
csvplus.Filerenamed tocsvplus.Reader;- Added constructors to create
csvplus.Readerfromio.Readerandio.ReadCloser; Namefield removed fromDataSourceError, 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
0.3.1 Bug fix: Missing csv header when neither of SelectColumns, ExpectHead…
First beta release.
Minor updates and bug fixes.
First alpha
v0.1.0 Documentation update.