All Versions
20
Latest Version
Avg Release Cycle
43 days
Latest Release
1741 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v5.2.0 Changes
March 15, 2020๐ fix #227: EmptyCollectionIfNull, CreateNewIfNull DestinationTransform
-
v5.1.0 Changes
March 03, 2020๐ support mapping to IDictionary, IReadOnlyDictionary
๐ fix nested EnableNonPublicMember
๐ fix TwoWays IncludeMember -
v5.0.0 Changes
February 02, 2020- ๐ feature: generating dynamic proxy for interface (sp. thx to Satano)
- ๐ feature: UseDestinationValue
- ๐ feature: null propagating property path
- ๐ feature: support multiple sources
- ๐ change: introduce Mapper & deprecate Adapter
- benchmark: change to banchmark.net (sp. thx to SergerGood)
-
v4.1.1 Changes
October 19, 2019 -
v4.1.0 Changes
June 15, 2019- ๐ Change project to C# 8
- ๐ Support NullableAttribute
- ๐ Improve IList performance
- ๐ Fix mapping to existing struct
-
v4.0.0 Changes
April 13, 2019๐ฆ package: add netstandard 2.0
๐ feature: support code generation
๐ feature: 2 ways mapping
๐ feature: unflattening
๐ feature: map to constructor
๐ feature: map by properties path
๐ feature: max depth
๐ feature: add before mapping -
v3.3.2 Changes
March 06, 2019๐ fix: Compile using ForDestinationType
๐ fix: include non-public member
๐ fix: EF not support Expression.Default -
v3.3.1 Changes
February 05, 2019๐ fix: map to target from null value should return null
-
v3.3.0 Changes
January 29, 2019- ๐ minor performance improvement
- ๐ improve script readability
- ๐ support ExpressionDebugger
-
v3.2.0 Changes
September 09, 2018- ๐ feature: Support
IDictionary
(sp thx to @sven-n ) - ๐ fix: ignore index properties for auto mapping
- ๐ feature: Support