Releases: EliotJones/CsvSwan
Releases · EliotJones/CsvSwan
Puddleduck
Support for DateTime
and DateTime?
. Default values for null numeric/date fields by default.
Hissing Goose
Adds support for retrieving parsed values of and mapping:
int?
long?
float?
double?
decimal?
bool
bool?
Friendly Goose
Single bugfix:
- Fixes use of readonly streams to read CSV by not calling
Flush
on dispose.
Ugly Duckling
First version of CSV Swan with support for reading from well-formed CSV files and a range of configurable options for the type of quotes, separators and other reading settings.
Benchmarking against the top CSV library suggests reading with CsvSwan
can be up to 1.5 times faster for NET Standard 2.0 compatible programs.
1.0.0-beta001
First beta release.