Skip to content

v2.0.0

Compare
Choose a tag to compare
@jaredcnance jaredcnance released this 06 May 01:44
· 2397 commits to master since this release

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> to IResourceService<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)