Skip to content

Releases: AutoMapper/AutoMapper.Extensions.ExpressionMapping

Release 3.0.4

24 Dec 14:37
f91b945
Compare
Choose a tag to compare

Fixes InvalidOperationException mapping a nested GroupBy selector,

Release 3.0.3

12 Nov 20:58
73adfdf
Compare
Choose a tag to compare

Fix for issue #45 (Mapping of conditional expressions throws a null reference exception).

Release 3.0.2

07 Sep 19:25
740c718
Compare
Choose a tag to compare

Added a "no-generics" IMapper.MapExpression extension method (LambdaExpression MapExpression(this IMapper mapper, LambdaExpression expression, Type sourceExpressionType, Type destExpressionType);).
Fix to map member expressions when the parent of the root member expression is not a parameter expression.

Release 3.0.2-preview02

03 Sep 11:04
8f40b61
Compare
Choose a tag to compare

Fix for Issue 41: Argument Exception : Property is not defined when mapping a lambda using properties of child object

Release 3.0.1

17 Aug 13:46
e1008e6
Compare
Choose a tag to compare

Bug fix for InvalidOperationException thrown when mapping unary expressions.

Release 3.0.0

13 Aug 18:45
e7ef375
Compare
Choose a tag to compare

Changes to support AM v 9.

Release 2.0.2

28 Apr 22:56
5826a45
Compare
Choose a tag to compare

Fixes breaking changes from AutoMapper v8.1.0.

Release 2.0.1

01 Apr 12:52
d0c9f9d
Compare
Choose a tag to compare

Fixes Issue #28: System.ArgumentException: "Argument types do not match" when mapping Expression.Condition filters.

2.0.0

18 Nov 08:53
87ddbe7
Compare
Choose a tag to compare

Supporting AutoMapper 8.0

Release 1.0.5

18 Nov 01:20
fb2f400
Compare
Choose a tag to compare

Fixes bugs discovered since 1.0.4:

Issue #15 - Custom type with op_equality override failed to convert
Issue #17 - Source and destination must have the same number of arguments.