Releases: AutoMapper/AutoMapper.Extensions.ExpressionMapping
Releases · AutoMapper/AutoMapper.Extensions.ExpressionMapping
Release 4.1.0-preview.0
Allow expression mapping to depend on IMappingExpression.IncludeMembers()
.
Release 4.1.0
Allow expression mapping to depend on IMappingExpression.IncludeMembers()
.
Release 4.0.2
Multiple bug fixes:
- Change to NOT convert expression body when mapping includes.
- Allow non-enumerable generic model type with UseAsDatatSource.
- Map null constants in an expression without mapping configuration.
Release 4.0.2-preview-3
Change to NOT convert expression body when mapping includes.
Release 4.0.2-preview-2
Bug fixes:
- Allow non-enumerable generic model type with UseAsDatatSource.
- Map null constants in an expression without mapping configuration.
Release 4.0.1
Fixed:
- Error mapping local variables in expressions.
- Multiple regression issues from upgrade to AutoMapper v10.
Release 4.0.1-preview-4
Fixes Issue #87: Error when mapping expression with generic IEnumerable.Contains.
Release 4.0.1-preview-3
Fixes Issue #85: Missing type map configuration or unsupported mapping.
Release 4.0.1-preview-2
Fixes Issue #83. Unusual cast required after upgrading to version 4.0.0.
Release 4.0.0
- Supporting AutoMapper v10.
- Fixing Issue#79 (Local variable in expression not mapped using MapExpression).