Skip to content

Releases: jitbit/MapDataReader

1.0.13

01 May 10:16

Choose a tag to compare

Prevent dragging huge code-analyser dependencies to consumer projects!

Full Changelog: 1.0.12...1.0.13

1.0.12

26 Apr 07:38

Choose a tag to compare

5X faster column-names array generation

Full Changelog: 1.0.11...1.0.12

1.0.11

05 May 11:07

Choose a tag to compare

  • Fixed mapping of nullable Enum properties
  • 2X faster mapping for nullable properties

Full Changelog: 1.0.10...1.0.11

1.0.10

20 Jan 09:31

Choose a tag to compare

Full Changelog: 1.0.9...1.0.10

1.0.9

08 Jan 20:49

Choose a tag to compare

Full Changelog: 1.0.8...1.0.9

1.0.8

28 Nov 09:09

Choose a tag to compare

  • Reverted e11abf2 as it introduced a bug

Full Changelog: 1.0.7...1.0.8

1.0.7

27 Nov 23:29

Choose a tag to compare

  • cache name-hashes for faster subsequent executions, slices 10%-20% off the benchmark
  • More unittests, adjusted benchmark code

Full Changelog: 1.0.6...1.0.7

UPD: this release introduces a BUG. Please update

1.0.6

01 Nov 08:42

Choose a tag to compare

  • huge performance improvements by using property name hashes, not comparing strings directly

1.0.5

28 Oct 22:38

Choose a tag to compare

  • use as when casting to ref-type and nullables to prevent InvalidCastException and just leave null
  • many new unit tests

1.0.4

24 Oct 14:40

Choose a tag to compare

  • faster mapping, eliminate call to Convert.ChangeType if types are equal