Skip to content

Releases: EliotJones/CsvSwan

Puddleduck

08 Apr 12:45
Compare
Choose a tag to compare

Support for DateTime and DateTime?. Default values for null numeric/date fields by default.

Hissing Goose

07 Apr 16:25
Compare
Choose a tag to compare

Adds support for retrieving parsed values of and mapping:

  • int?
  • long?
  • float?
  • double?
  • decimal?
  • bool
  • bool?

Friendly Goose

04 Jul 16:19
Compare
Choose a tag to compare

Single bugfix:

  • Fixes use of readonly streams to read CSV by not calling Flush on dispose.

Ugly Duckling

16 Feb 12:39
Compare
Choose a tag to compare

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

15 Feb 17:45
Compare
Choose a tag to compare
1.0.0-beta001 Pre-release
Pre-release

First beta release.