Releases: ashaduri/csv-parser
Releases · ashaduri/csv-parser
ashaduri_csv_parser-1.0.0
Changes:
- Support for parsing a matrix into a row- and column-major-ordered 1D vector. This is especially useful for numeric data.
- Support for floating point and integral types in containers, when these containers are passed to parsing functions.
- Support for compile-time "quote-cleaning" of strings.
- This release introduces incompatible changes (mainly renaming of functions). No silent breakages are introduced - the compiler will catch all incompatibilities.
- Updated examples.
ashaduri_csv_parser-0.9.0
Initial stable release.