Releases: jitbit/MapDataReader
Releases · jitbit/MapDataReader
1.0.13
Prevent dragging huge code-analyser dependencies to consumer projects!
Full Changelog: 1.0.12...1.0.13
1.0.12
5X faster column-names array generation
Full Changelog: 1.0.11...1.0.12
1.0.11
- Fixed mapping of nullable
Enum
properties - 2X faster mapping for nullable properties
Full Changelog: 1.0.10...1.0.11
1.0.10
Full Changelog: 1.0.9...1.0.10
1.0.9
Full Changelog: 1.0.8...1.0.9
1.0.8
- Reverted e11abf2 as it introduced a bug
Full Changelog: 1.0.7...1.0.8
1.0.7
- 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
- huge performance improvements by using property name hashes, not comparing strings directly
1.0.5
- use
as
when casting to ref-type and nullables to preventInvalidCastException
and just leavenull
- many new unit tests
1.0.4
- faster mapping, eliminate call to
Convert.ChangeType
if types are equal