Releases: nuskey8/Csv-CSharp
Releases · nuskey8/Csv-CSharp
v1.0.0
What's Changed
- Change: allow first character to be uppercase in
ReadBool()by @nuskey8 in #17 - Fix: newlines were ignored when there was a comma at the end of the line by @nuskey8 in #18
- Fix: Deserialize(string) not working by @nuskey8 in #19
- Fix: cannot read if header count does not match member count by @nuskey8 in #20
- Optimize: Read/Write Boolean by @Akeit0 in #21
- Migrate sln -> slnx by @nuskey8 in #22
New Contributors
Full Changelog: v0.1.6...v1.0.0
v0.1.6
What's Changed
- Fix a compilation error when using string as a key by @annulusgames in #13
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Fix: cannot properly deserialize csv with mismatched number of columns by @annulusgames in #11
- Fix: an error occurring with a comment on the first or last line by @annulusgames in #12
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
What's Changed
- Fix char fields are not serialized correctly by @annulusgames in #6
- Fix compilation error occurs when generating string key by @annulusgames in #7
- Fix first field not read correctly if blank by @annulusgames in #8
Full Changelog: v0.1.2...v0.1.3