Releases: json-api-dotnet/JsonApiDotNetCore
Releases · json-api-dotnet/JsonApiDotNetCore
v2.4.0-beta1
v2.3.4
- #321 via #325: Add support for SourceLink. You can now debug into JADNC source code from Visual Studio and VS Code.
- #297 via #324: Runtime attribute filtering. Although this is considered a non-breaking change, there is a known issue you may run into. Because of the differing semantics between some IoC containers, you may encounter issues where
ResourceDefinition<T>
cannot be resolved. This is because we do an optional lookup on theIServiceProvider
interface. Any implementations ofIServiceProvider.GetService(Type)
that throw an exception for services not existing on the container could result in a failure. You should make sure that any custom implementations do not throw. This is a non-issue for anyone using Microsoft.Extensions.DependencyInjection.
v2.3.3
v2.3.2
v2.3.1
v2.3.0 - AspNetCore 2.1
v2.2.5
v2.2.4
#288: Add in
(contains) filter. Thanks @milosloub!
#287: Add ne
(not equal) filter. Thanks @milosloub!
#218 via #280, #284: Include independent identifiers by default. Thanks @crfloyd!