Releases: AutoMapper/AutoMapper.Extensions.ExpressionMapping
Release 4.0.0-preview01
- Supporting AutoMapper v10.
- Fixing Issue#79 (Local variable in expression not mapped using MapExpression).
Release 3.1.2
Fixes "Argument types do not match" exception when mapping a member init expression.
Release 3.1.2-preview01
Fixes "Argument types do not match" exception when mapping a member init expression.
Release 3.1.1
Improvement to map a constructor with no parameters in a selector expression.
Release 3.1.1-preview01
Improvement to map a constructor with no parameters in a selector expression.
Release 3.1.0
Fixes Issue 33: Type Binary and Conversion expressions are not being mapped as expected.
Improvement to allow mapping of member init expressions.
Release 3.1.0-preview02
Fixes Issue 33: Type Binary and Conversion expressions are not being mapped as expected.
Release 3.1.0-preview01
Improvement to allow mapping of member init expressions.
Release 3.0.6
Fixes InvalidOperationException mapping a string containing Plus (+) operator.
Release 3.0.5
Fixes mapping of include expressions with flattened members broken by 3.0.4 (ArgumentException "type1" cannot be used for return type "type2").