Skip to content

Releases: csharpvitamins/CSharpVitamins.Tabulation

v2.0.1

30 Jul 01:27
Compare
Choose a tag to compare
  • Makes private CsvField.PickValue setter public
  • Adds constructor overloads for CsvField for all members

v2.0.0

30 Jul 01:24
Compare
Choose a tag to compare
  • Breaking: changes CsvDefinition from a KeyValuePair<string, Func<T, string>> to a custom CsvField<T> for simplicity to add more functionality.
  • Adds option for overriding a label on CsvDefinition fields (key and label can now be different)
  • Adds option to provide an include function, to determine if the column should render or not (allows for simpler conditionally included columns)

v1.0.3

08 Feb 07:50
Compare
Choose a tag to compare
Throw `ArgumentNullException`s for non-nullable params to the `CsvDef…

v1.0.1

05 Jun 10:41
Compare
Choose a tag to compare
Added extra notes to readme

v1.0.0

04 Jun 13:39
Compare
Choose a tag to compare
Added nuspec, other tidy up