Skip to content

Releases: AutoMapper/AutoMapper.Extensions.ExpressionMapping

Release 4.0.0-preview01

06 Jul 09:07
1ae8507
Compare
Choose a tag to compare
  1. Supporting AutoMapper v10.
  2. Fixing Issue#79 (Local variable in expression not mapped using MapExpression).

Release 3.1.2

30 Jun 10:03
594d8e8
Compare
Choose a tag to compare

Fixes "Argument types do not match" exception when mapping a member init expression.

Release 3.1.2-preview01

31 May 12:03
Compare
Choose a tag to compare

Fixes "Argument types do not match" exception when mapping a member init expression.

Release 3.1.1

24 May 15:21
bdc0c9d
Compare
Choose a tag to compare

Improvement to map a constructor with no parameters in a selector expression.

Release 3.1.1-preview01

21 May 20:59
df59fba
Compare
Choose a tag to compare

Improvement to map a constructor with no parameters in a selector expression.

Release 3.1.0

11 Mar 19:14
78f010b
Compare
Choose a tag to compare

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

07 Mar 14:04
bebad43
Compare
Choose a tag to compare

Fixes Issue 33: Type Binary and Conversion expressions are not being mapped as expected.

Release 3.1.0-preview01

09 Feb 18:32
Compare
Choose a tag to compare

Improvement to allow mapping of member init expressions.

Release 3.0.6

02 Feb 19:29
b3ab5ff
Compare
Choose a tag to compare

Fixes InvalidOperationException mapping a string containing Plus (+) operator.

Release 3.0.5

24 Dec 19:50
f593fa2
Compare
Choose a tag to compare

Fixes mapping of include expressions with flattened members broken by 3.0.4 (ArgumentException "type1" cannot be used for return type "type2").