Releases: Sov3rain/Uni-CSV
Releases · Sov3rain/Uni-CSV
v1.2.0
[1.2.0] - 2024-10-06
Added
Changed
v1.1.1
[1.1.1] - 2024-10-06
Breaking changes
Changed
- Moved some parts of the code to their own utility classes and files.
v1.1.0
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