Releases: SlapperAutoMapper/Slapper.AutoMapper
Releases · SlapperAutoMapper/Slapper.AutoMapper
v2.0.5 - Memory Improvements
Version 2.0.4 release
- Build to NET Standard 2.1 and NET 4.7
- NET Framework 4.7 Tests
v2.0.3 - Performance Improvements
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!
- Add support for nullable guids
v2.0.1 release on Nuget!
- Compatible with NET Framework 4.6
- Compatible with NET Standard 2.1 && NET Core 3.1 compatibility
v1.0.0.7 release on Nuget!
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