All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
6.0.7 - 2022-06-26
- Change return type of helper methods in
DbContextHelpersfromobjto'a
6.0.6 - 2022-01-16
- Prevent ManyServiceProvidersCreatedWarning exception - #130
- Helper methods should allow composite keys - #131
- AlterColumn operations no longer create unnecessary migrations - #133
6.0.5 - 2021-11-30
- AlterColumn operations no longer emit compiler warnings - #125
- AlterColumn operations are being created in what should be empty migrations. No effect on functionality but shouldn't be happening - associated issue - #126
6.0.4 - 2021-11-29
- Fix compilation error in generated migrations - #123
- Support for Check Constraints in Migrations - #123
6.0.3 - 2021-11-21
- Fix compilation error in generated migrations - #122
6.0.2 - 2021-11-13
- Fix compilation errors in scaffolded Many-to-Many joins - #119
6.0.1 - 2021-11-10
- Issue with generated records using Many-to-Many joins
6.0.0 - 2021-11-09
- Support EF Core 6.0
- Many-to-Many relationships now scaffolded without joining table
- Temporal tables in SQL Server supported
- Fix formatting of Nullable parameters - @LiteracyFanatic - #106
- Translations for
isNullto be evaluated in-database - #114 - Single case union support - @lucasteles - #98
- Query translation for Option types - @lucasteles - #93
- DbSet/IQueryable helpers to deal with EF Core async and nullable methods - @lucasteles - #94
- Automatic registration of DesignTimeServices - #86
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience