Skip to content

Releases: SlapperAutoMapper/Slapper.AutoMapper

v2.0.5 - Memory Improvements

22 Sep 18:04
Compare
Choose a tag to compare

Version 2.0.4 release

18 Apr 10:28
Compare
Choose a tag to compare
  • Build to NET Standard 2.1 and NET 4.7
  • NET Framework 4.7 Tests

v2.0.3 - Performance Improvements

13 Apr 05:21
Compare
Choose a tag to compare

Version 2.0.3 release

  • Caching bug fix and performance improvements yielded 57% mapping speed improvement
    • v2.0.2: Mapped 120,000 deeply nested complex objects in 30333 ms.
    • v2.0.3: Mapped 120,000 deeply nested complex objects in 13046 ms.

v2.0.2 release on Nuget!

04 Apr 00:03
Compare
Choose a tag to compare
  • Add support for nullable guids

v2.0.1 release on Nuget!

18 Jul 07:19
Compare
Choose a tag to compare
  • Compatible with NET Framework 4.6
  • Compatible with NET Standard 2.1 && NET Core 3.1 compatibility

v1.0.0.7 release on Nuget!

16 Jan 14:26
Compare
Choose a tag to compare

1- Support to cache equals hashcode join to different parents
2- When a member with no data is found, no more null pointer exception is thrown and an empty object is created
3- Support to nullable enums