Releases: DotNet2Web/CsvCore
v4.0.0
Handling errors
Handling Headers
and lots more!!
What's Changed
Others
- Feature/better performance and error handling by @DotNet2Web in #28
Full Changelog: v3.1.0...v4.0.0
Handling zero-based models
What's Changed
Others
- Feature/what if someone uses a zero based model by @DotNet2Web in #26
Full Changelog: v3.0.0...v3.1.0
In control of your csv header
What's Changed
Others
- Feature/add custom header names by @DotNet2Web in #23
- typo fix by @DotNet2Web in #24
Full Changelog: v2.1.0...v3.0.0
v2.1.0
What's Changed
Others
- Feature/read a csv without a header and place the data on the correct properties by @DotNet2Web in #22
Full Changelog: v2.0.0...v2.1.0
Introducing the CsvCoreWriter
Big news!!!
Today we introduce the CsvCoreWriter.
From now on its possible to read and write a csv.
What's Changed
Others
- Feature/add the csvcorewriter by @DotNet2Web in #20
Full Changelog: v1.2.0...v2.0.0
Some changes to the reader
Said goodbye to the ForFile method on the CsvCoreReader.
Just add the filename (including the path to it) to the Read or Validate method and the rest will be done.
Became a bit more defensive, when reading the csv file and you specified the wrong delimiter you will receive an MissingContentException telling you that there is no content with the selected delimiter.
What's Changed
Others
- Feature/some reader modifications by @DotNet2Web in #18
Full Changelog: v1.1.0...v1.2.0
Reading And Validating
What's Changed
Others
- Feature/validating the import by @DotNet2Web in #13
- update readme.md by @DotNet2Web in #14
- Feature/validating the import by @DotNet2Web in #15
- Restored Coverage by @DotNet2Web in #16
- Feature/some more type validations by @DotNet2Web in #17
Full Changelog: v1.0.0...v1.1.0
First release
First release..
What's Changed
Others
- Bump Nuke.Common and Nuke.Components by @dependabot in #5
- Bump Meziantou.Analyzer from 2.0.186 to 2.0.195 by @dependabot in #3
- Bump xunit from 2.5.0 to 2.9.3 by @dependabot in #2
- Bump Roslynator.Analyzers from 4.12.10 to 4.13.1 by @dependabot in #1
- Add packages by @DotNet2Web in #6
- adding missing package by @DotNet2Web in #7
- only support for .net8 and higher by @DotNet2Web in #8
- You can now register the CsvCoreReader by @DotNet2Web in #9
New Contributors
- @dependabot made their first contribution in #5
- @DotNet2Web made their first contribution in #6
Full Changelog: https://github.com/DotNet2Web/CsvCore/commits/v1.0.0