csvplus v0.3.3 Release Notes

Release Date: 2018-05-22 // almost 6 years ago
  • ๐Ÿ”„ Changes:

    • โž• Added serialisation to JSON;
    • ๐ŸŽ Minor updates and performance optimisations.

Previous changes from v0.3.2

    • csvplus.File renamed to csvplus.Reader;
    • โž• Added constructors to createcsvplus.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.