- revert to 4.0.1 optimization issue with context disposal in UoW base
- fix for repository disposal
- improved memory management
- improved database connection handling
- fixed dependency injection memory leak
- update dependencies for .Net Standard 2.0
- bugfix: columnattribute now works when using LowerCaseTablesAndFields modelbuilder extension
- conversion to csproj and MSBuild.
- Recompilation to correct wrong dependencies.
- Bugfix invalid cast exception when creating custom repositories.
- Bugfix invalid cast exception when using GetCustomRepository.
- Added ModelBuilder extensions.
- Added Any and AnyAsync methods to Repository.
- Removed EntityBase constraint on multiple generic interfaces and classes.
- Added PageNumber, PageLength and TotalPageCount and renamed TotalCount to TotalEntityCount on DataPage class.
- Bugfix includes with Get and GetAsync.
- NoTracking behaviour.
- Changed include functionality.
- Upgrade to dotnet core 1.0.0.
- Re-Added GetRepository (removed in 1.6.0).
- Added PluralizeTableNames to EntityContextOptions.
- Added DefaultSchema to EntityContextOptions.
- Changed generic implementation of GetRepository.
- Changed dependencies to logger from ILogger to ILogger of DataAccess.
- Added paging.
- Upgrade to ASP.NET 5 RC1.