Skip to content

Releases: nuskey8/Csv-CSharp

v1.0.0

15 Apr 07:08

Choose a tag to compare

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

01 Jul 09:34

Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

01 Jul 09:17

Choose a tag to compare

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

22 Jun 04:14

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

20 Jun 05:18

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

19 Jun 06:00

Choose a tag to compare

Initial preview