Skip to content

Releases: AutoMapper/AutoMapper.Extensions.ExpressionMapping

Release 4.0.1-preview-3

12 Aug 17:00
b78f07b

Choose a tag to compare

Fixes Issue #85: Missing type map configuration or unsupported mapping.

Release 4.0.1-preview-2

07 Aug 16:20
6a7874f

Choose a tag to compare

Fixes Issue #83. Unusual cast required after upgrading to version 4.0.0.

Release 4.0.0

06 Jul 19:09
170294c

Choose a tag to compare

  1. Supporting AutoMapper v10.
  2. Fixing Issue#79 (Local variable in expression not mapped using MapExpression).

Release 4.0.0-preview01

06 Jul 09:07
1ae8507

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

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

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

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

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

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

Choose a tag to compare

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