Skip to content

Releases: AutoMapper/AutoMapper.Extensions.ExpressionMapping

Release 7.0.2

16 Sep 10:46
2e4ea0c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.1...v7.0.2

Release 7.0.1

15 May 09:58
9f77f08
Compare
Choose a tag to compare

Bug fix on Issue #179 - Use Declaring Type when mapping instance methods.

What's Changed

  • Always create instance methods using the declaring type. by @BlaiseD in #180

Full Changelog: v7.0.0...v7.0.1

Release 7.0.0

07 Feb 11:45
69e5e93
Compare
Choose a tag to compare

Supporting AutoMapper v13

What's Changed

New Contributors

Full Changelog: v6.0.4...v7.0.0

Release 6.0.4

02 Apr 11:40
fd47b84
Compare
Choose a tag to compare

Mapping Enums in expressions to the underlying integer without MapFrom.

What's Changed

  • Added enum to int conversion for unmapped side of binary expressions by @ErikGjers in #163
  • Error in #161 fix. by @BlaiseD in #167
  • Replacing PackageLicenseUrl with PackageLicenseExpression. by @BlaiseD in #168

New Contributors

Full Changelog: v6.0.3...v6.0.4

Release 6.0.3

27 Jan 11:30
c5c1a1d
Compare
Choose a tag to compare

Bug fix: List constant stays unmapped in mapped expression.

What's Changed

New Contributors

Full Changelog: v6.0.2...v6.0.3

Release 6.0.2

26 Nov 11:13
edb717f
Compare
Choose a tag to compare

Bug fix: Parameter not replaced in mapped expression.

What's Changed

Full Changelog: v6.0.1...v6.0.2

Release 6.0.1

30 Oct 14:09
22a1a46
Compare
Choose a tag to compare

Fixes #149 (No generic method 'Include' exception) calling IMapper.MapExpressionAsInclude().

Release 6.0.0

01 Oct 10:55
5309cfa
Compare
Choose a tag to compare

Supporting AutoMapper v12.

Release 5.1.0

28 Jun 10:28
8817161
Compare
Choose a tag to compare

Reducing the need for custom expressions in defining literal member maps.

Release 5.0.3

16 Jun 12:05
Compare
Choose a tag to compare

Minor: Updating the list of literals (needing further info) to clarify/prevent System.InvalidOperationException "The binary operator op is not defined for the types t1 and t2."