Releases: AutoMapper/AutoMapper.Extensions.ExpressionMapping
Releases · AutoMapper/AutoMapper.Extensions.ExpressionMapping
Release 11.0.0
What's Changed
- Removing unused code by @BlaiseD in #190
- Adding permissions to CI and Release workflows. by @BlaiseD in #191
- Fixes for CodeQL reliability warnings. by @BlaiseD in #192
- CodeQL maintainability fixes. by @BlaiseD in #193
- Code QL Notes by @BlaiseD in #194
- Status badges by @BlaiseD in #195
- Updating the ReadMe to remove obsolete usage. by @BlaiseD in #196
- Adding coverlet threshold to builds. by @BlaiseD in #197
- Minor update to ReadMe by @BlaiseD in #198
- Refactor expression extensions; fix typos and errors by @BlaiseD in #199
- Update deps, add SonarQube flag, suppress test warnings by @BlaiseD in #201
Full Changelog: v10.1.0...v11.0.0
Release 10.0.0
What's Changed
- Supporting net10.0 and Automapper v16. by @LionelVallet in #187
Full Changelog: v9.0.1...v10.0.0
Release 9.0.1
Release 9.0.0
What's Changed
Full Changelog: v8.0.0...v9.0.0
Release 8.0.0
Release 7.0.2
What's Changed
Full Changelog: v7.0.1...v7.0.2
Release 7.0.1
Bug fix on Issue #179 - Use Declaring Type when mapping instance methods.
What's Changed
Full Changelog: v7.0.0...v7.0.1
Release 7.0.0
Supporting AutoMapper v13
What's Changed
- Targeting .NET 6 and AutoMapper v13. by @LionelVallet in #177
New Contributors
- @LionelVallet made their first contribution in #177
Full Changelog: v6.0.4...v7.0.0
Release 6.0.4
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
- @ErikGjers made their first contribution in #163
Full Changelog: v6.0.3...v6.0.4
Release 6.0.3
Bug fix: List constant stays unmapped in mapped expression.
What's Changed
- Only dotnet test is needed by @lbargaoanu in #157
- Fixes issue #158 - incorrect arguments passed to Expression.Call. by @BlaiseD in #159
- Enums do not require type maps. by @BlaiseD in #160
New Contributors
- @lbargaoanu made their first contribution in #157
Full Changelog: v6.0.2...v6.0.3