Releases: AutoMapper/AutoMapper.Extensions.OData
Releases · AutoMapper/AutoMapper.Extensions.OData
Release 6.1.0
What's Changed
- Make orderBy unique for paging. by @NetanelPersik in #222
- Fix for Issue #194: FindSortableProperties - The type '{type.FullName… by @BlaiseD in #226
- Expanding complex types by default. by @BlaiseD in #229
New Contributors
- @NetanelPersik made their first contribution in #222
Full Changelog: v6.0.0...v6.1.0
Release 6.0.0
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.