Skip to content

Releases: Sov3rain/Uni-CSV

v1.2.0

06 Oct 16:24
Compare
Choose a tag to compare

[1.2.0] - 2024-10-06

Added

  • CsvColumnIndexAttribute to be able to map you CSV by column index.

  • Tests for CsvColumnIndexAttribute.

Changed

  • Change parameter header name to hasHeader.

  • Make hasHeader method parameter non-optional.

v1.1.1

06 Oct 12:53
Compare
Choose a tag to compare

[1.1.1] - 2024-10-06

Breaking changes

  • Renamed the base namespace to UniCSV.

  • Renamed the primary static class to CsvParser.

Changed

  • Moved some parts of the code to their own utility classes and files.

v1.1.0

06 Oct 12:20
bf21952
Compare
Choose a tag to compare

Added

  • Mapping a CSV sheet to a collection of concrete types. It allows direct mapping via property or field names, or by using the [CsvColumn(name)] attribute.

Changed

  • Overhauled tests suite.

v1.0.0

05 Oct 13:11
Compare
Choose a tag to compare

Added

  • Initial package version.