Skip to content

Releases: AutoMapper/AutoMapper.Extensions.ExpressionMapping

Release 4.1.0-preview.0

20 Nov 18:01
9f1dc09
Compare
Choose a tag to compare

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

Release 4.1.0

27 Nov 10:26
9f1dc09
Compare
Choose a tag to compare

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

Release 4.0.2

26 Oct 11:12
db88e0d
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed:

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

Release 4.0.1-preview-4

14 Aug 18:36
f79b6a3
Compare
Choose a tag to compare

Fixes Issue #87: Error when mapping expression with generic IEnumerable.Contains.

Release 4.0.1-preview-3

12 Aug 17:00
b78f07b
Compare
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
Compare
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
Compare
Choose a tag to compare
  1. Supporting AutoMapper v10.
  2. Fixing Issue#79 (Local variable in expression not mapped using MapExpression).