Skip to content

Releases: yn01-dev/Csv-CSharp

v0.1.6

01 Jul 09:34
Compare
Choose a tag to compare

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

01 Jul 09:17
Compare
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
Compare
Choose a tag to compare

What's Changed

  • Add CsvDocument by @AnnulusGames in #9

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

v0.1.3

20 Jun 05:18
Compare
Choose a tag to compare

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

v0.1.2

19 Jun 06:00
Compare
Choose a tag to compare

Initial preview