csvplus v0.3.3 Release Notes
Release Date: 2018-05-22 // over 5 years ago-
🔄 Changes:
- ➕ Added serialisation to JSON;
- 🐎 Minor updates and performance optimisations.
Previous changes from v0.3.2
-
csvplus.File
renamed tocsvplus.Reader
;- ➕ Added constructors to create
csvplus.Reader
fromio.Reader
andio.ReadCloser
; - 🚚
Name
field 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.