Skip to content

Releases: AutoMapper/AutoMapper.Extensions.ExpressionMapping

Release 4.1.2

08 Sep 11:39
0fe7e35

Choose a tag to compare

Fix for Issue #116 (Wrong Parameter Expression used in mapped expression)
Fix for Issue #118 (Mapping Select New fails for properties declared in a base class).
Fix for Issue #122 (keep parameterized literal constants parameterized)

Release 4.1.1

10 Feb 17:48
9d3ab17

Choose a tag to compare

Mapping anonymous type constructors.

Release 4.1.1-preview.1

06 Feb 20:43
9614139

Choose a tag to compare

Mapping MemberInitExpression and NewExpression for anonymous types.

Release 4.1.1-preview.0

05 Feb 19:21
86dd7df

Choose a tag to compare

Mapping MemberInitExpression and NewExpression for anonymous types.

Release 4.1.0-preview.0

20 Nov 18:01
9f1dc09

Choose a tag to compare

Allow expression mapping to depend on IMappingExpression.IncludeMembers().

Release 4.1.0

27 Nov 10:26
9f1dc09

Choose a tag to compare

Allow expression mapping to depend on IMappingExpression.IncludeMembers().

Release 4.0.2

26 Oct 11:12
db88e0d

Choose a tag to compare

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

22 Oct 10:06
4799d0c

Choose a tag to compare

Change to NOT convert expression body when mapping includes.

Release 4.0.2-preview-2

19 Oct 10:36
9388b2f

Choose a tag to compare

Bug fixes:

  • Allow non-enumerable generic model type with UseAsDatatSource.
  • Map null constants in an expression without mapping configuration.

Release 4.0.1

19 Aug 18:21
eecf68c

Choose a tag to compare

Fixed:

  • Error mapping local variables in expressions.
  • Multiple regression issues from upgrade to AutoMapper v10.