Skip to content

Latest commit

 

History

History
79 lines (55 loc) · 3.39 KB

File metadata and controls

79 lines (55 loc) · 3.39 KB

Changelog

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

Fixed

  • Change return type of helper methods in DbContextHelpers from obj to 'a

6.0.6 - 2022-01-16

Fixed

  • 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

Fixed

  • AlterColumn operations no longer emit compiler warnings - #125

Known Issues

  • 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

Fixed

  • Fix compilation error in generated migrations - #123

Added

  • Support for Check Constraints in Migrations - #123

6.0.3 - 2021-11-21

Fixed

  • Fix compilation error in generated migrations - #122

6.0.2 - 2021-11-13

Fixed

  • Fix compilation errors in scaffolded Many-to-Many joins - #119

6.0.1 - 2021-11-10

Fixed

  • Issue with generated records using Many-to-Many joins

6.0.0 - 2021-11-09

Added

  • Support EF Core 6.0
  • Many-to-Many relationships now scaffolded without joining table
  • Temporal tables in SQL Server supported

[5.0.3] - 2021-10-16

Fixed

Added

  • Translations for isNull to 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