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)