Releases: AutoMapper/AutoMapper.Extensions.OData
Releases · AutoMapper/AutoMapper.Extensions.OData
Release 5.0.2
Release 5.0.1
Release 5.0.0
Release 4.0.2
Supporting .NET 8.0
What's Changed
- .net 8 support by @KryptoBeard in #203
New Contributors
- @KryptoBeard made their first contribution in #203
Full Changelog: v4.0.1...v4.0.2
Release 4.0.1
What's Changed
- Note that the API shoud be used with explicit expansion in the ReadMe. by @BlaiseD in #162
- Configure by @BlaiseD in #163
- Adds support for the $this literal by @wbuck in #171
- Update LogicBuilder.Expressions.Utils by @matthewtquinn1 in #187
- Removing references to net5.0. by @BlaiseD in #188
New Contributors
- @matthewtquinn1 made their first contribution in #187
Full Changelog: v4.0.0...v4.0.1
Release 4.0.0
Supporting AutoMapper v12.
Release 3.0.6
Supporting custom namespaces.
Release 3.0.5
Supporting System.DateOnly
and System.TimeOnly
types.
Release 3.0.4
- Returning expansions not specified in $select.
- Bugfix for Issues #132 : Inherited members ignored.
Release 3.0.3
Adding filter to $orderby $count..