Skip to content

Releases: shibayan/CsvHelper.FastDynamic

v1.5.1

28 Sep 07:49
45c81c4
Compare
Choose a tag to compare

Improvements

  • Support for GetDynamicPropertyName configuration (#26)

v1.5.0

04 Sep 07:15
439955a
Compare
Choose a tag to compare

Improvements

  • Fixed set-output workflow function (#23)
  • Update dependencies and re-target .NET 6.0 (#24)

v1.4.0

09 Oct 05:12
a7fe921
Compare
Choose a tag to compare
  • Use pattern matching in null check (#18)
  • Use latest C# features (pattern matching, using) (#19)
  • Improved GetDynamicRecords performance (#21)

v1.3.1

04 Mar 07:55
3a01492
Compare
Choose a tag to compare
  • Fixed read error in inconsistent csv header (#16)
  • Use latest C# features (#17)

v1.3.0

24 Nov 16:24
f90a46b
Compare
Choose a tag to compare
  • Update CsvHelper version and .NET 6.0 (#15)

v1.2.0

21 Feb 16:13
6e1831d
Compare
Choose a tag to compare
  • Adding test case (#13)
  • Update CsvHelper v24.0.0 (#14)

v1.1.1

19 Jan 18:09
23ba825
Compare
Choose a tag to compare
  • Update CsvHelper v21.0.3 (#12)

v1.1.0

19 Jan 10:03
d4fb3d9
Compare
Choose a tag to compare
  • Update packages and target framework (#10)
  • Upgrade for CsvHelper v21.x (#11)

v1.0.2

19 Dec 17:17
9fed772
Compare
Choose a tag to compare
  • Adding indexer access to dynamic object (#9)

v1.0.1

28 Sep 04:05
8d03f78
Compare
Choose a tag to compare
  • Adding dynamic column append test (#5)
  • Use latest .NET Core version (#6)
  • Fixed an issue with error when loading blank lines (#7)