Releases: json-api-dotnet/JsonApiDotNetCore
Releases · json-api-dotnet/JsonApiDotNetCore
v2.0.1
Target .Net standard
v2.0.0
Added support for decoupling from Entity Framework.
Breaking Changes:
- Routing namespace removed (`JsonApiDotNetCore.Routing). You should only need to delete references in Startup.cs
- Controller argument constructor changed from
IEntityRepository<TEntity>
toIResourceService<TEntity>
An upgrade example can be found here: json-api-dotnet/TodoListExample@d77a87b
For background, motivation and details on these changes, see #94 (issues #84, #93, #95)
v1.3.1
v1.3.0
v1.2.2
v1.2.1
v1.2.0
v1.1.1
Merge pull request #59 from Research-Institute/develop fixes around id types
v1.1.0
Upgrades tooling to .Net Core SDK 1.0
v1.0.1
Use 204 on empty delete response