You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [5.0.3] - 2021-10-16
- Translations for `isNull` to be evaluated in-database - #114
### Fixed
- Removed `DevelopmentDependency=true` as it was setting `IncludeAssets` to undesirable values when restoring package - #108
- Fix formatting of Nullable parameters - [@LiteracyFanatic](https://github.com/LiteracyFanatic) - #106
- Handle nullablility correctly in snapshot generation - #107
- Issues with scaffolded code
- Improved code generation for contexts scaffolded from an existing database - #89
- Correct issue with InsertData operations and 2D arrays
- Generate valid code in HasData method
- Fix issue with generated DbContext members in scaffolded code
- Resolved issue with migrations have a missing unit arg to the Up method if no changes in model
- Foreign Key constraints now created correctly
- Fix indentation issue when table has constraints - #75
- Constraints now correctly generated - #72
- Generated Migrations will now always include the System namespace - #70
- Issues with scaffolded code
- Improved code generation for contexts scaffolded from an existing database - #89
- Correct issue with InsertData operations and 2D arrays
- Generate valid code in HasData method
- Fix issue with generated DbContext members in scaffolded code
- Resolved issue with migrations have a missing unit arg to the Up method if no changes in model
- Foreign Key constraints now created correctly
- Fix indentation issue when table has constraints - #75
- Constraints now correctly generated - #72
- Generated Migrations will now always include the System namespace - #70
[Unreleased]: v5.0.3-beta005...HEAD
[5.0.3-beta005]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-beta005
### Added
- Single case union support - [@lucasteles](https://github.com/lucasteles) - #98
- Query translation for Option types - [@lucasteles](https://github.com/lucasteles) - #93
- DbSet/IQueryable helpers to deal with EF Core async and nullable methods - [@lucasteles](https://github.com/lucasteles) - #94
- Automatic registration of DesignTimeServices - #86
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
- Single case union support - [@lucasteles](https://github.com/lucasteles) - #98
- Query translation for Option types - [@lucasteles](https://github.com/lucasteles) - #93
- DbSet/IQueryable helpers to deal with EF Core async and nullable methods - [@lucasteles](https://github.com/lucasteles) - #94
- Automatic registration of DesignTimeServices - #86
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
Copy file name to clipboardExpand all lines: CHANGELOG.md
+45-1Lines changed: 45 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,53 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [5.0.3-beta006] - 2021-08-17
8
+
## [5.0.3] - 2021-10-16
9
+
10
+
- Translations for `isNull` to be evaluated in-database - https://github.com/efcore/EFCore.FSharp/pull/114
9
11
10
12
### Fixed
11
13
- Removed `DevelopmentDependency=true` as it was setting `IncludeAssets` to undesirable values when restoring package - https://github.com/efcore/EFCore.FSharp/pull/108
14
+
- Fix formatting of Nullable parameters - [@LiteracyFanatic](https://github.com/LiteracyFanatic) - https://github.com/efcore/EFCore.FSharp/pull/106
15
+
- Handle nullablility correctly in snapshot generation - https://github.com/efcore/EFCore.FSharp/pull/107
16
+
- Issues with scaffolded code
17
+
- Improved code generation for contexts scaffolded from an existing database - https://github.com/efcore/EFCore.FSharp/pull/89
18
+
- Correct issue with InsertData operations and 2D arrays
19
+
- Generate valid code in HasData method
20
+
- Fix issue with generated DbContext members in scaffolded code
21
+
- Resolved issue with migrations have a missing unit arg to the "Up" method if no changes in model
22
+
- Foreign Key constraints now created correctly
23
+
- Fix indentation issue when table has constraints - https://github.com/efcore/EFCore.FSharp/pull/75
24
+
- Constraints now correctly generated - https://github.com/efcore/EFCore.FSharp/pull/72
25
+
- Generated Migrations will now always include the System namespace - https://github.com/efcore/EFCore.FSharp/pull/70
26
+
- Issues with scaffolded code
27
+
- Improved code generation for contexts scaffolded from an existing database - https://github.com/efcore/EFCore.FSharp/pull/89
28
+
- Correct issue with InsertData operations and 2D arrays
29
+
- Generate valid code in HasData method
30
+
- Fix issue with generated DbContext members in scaffolded code
31
+
- Resolved issue with migrations have a missing unit arg to the "Up" method if no changes in model
32
+
- Foreign Key constraints now created correctly
33
+
- Fix indentation issue when table has constraints - https://github.com/efcore/EFCore.FSharp/pull/75
34
+
- Constraints now correctly generated - https://github.com/efcore/EFCore.FSharp/pull/72
35
+
- Generated Migrations will now always include the System namespace - https://github.com/efcore/EFCore.FSharp/pull/70
- Single case union support - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/98
41
+
- Query translation for Option types - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/93
42
+
- DbSet/IQueryable helpers to deal with EF Core async and nullable methods - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/94
43
+
- Automatic registration of DesignTimeServices - https://github.com/efcore/EFCore.FSharp/pull/86
44
+
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
45
+
- Single case union support - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/98
46
+
- Query translation for Option types - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/93
47
+
- DbSet/IQueryable helpers to deal with EF Core async and nullable methods - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/94
48
+
- Automatic registration of DesignTimeServices - https://github.com/efcore/EFCore.FSharp/pull/86
49
+
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
50
+
51
+
## [5.0.3-beta006] - 2021-08-17
52
+
53
+
### Fixed
54
+
- Removed `DevelopmentDependency=true` as it was setting `IncludeAssets` to undesirable values when restoring package - https://github.com/efcore/EFCore.FSharp/pull/108
13
55
- Fix formatting of Nullable parameters - [@LiteracyFanatic](https://github.com/LiteracyFanatic) - https://github.com/efcore/EFCore.FSharp/pull/106
14
56
- Handle nullablility correctly in snapshot generation - https://github.com/efcore/EFCore.FSharp/pull/107
15
57
- Issues with scaffolded code
@@ -46,3 +88,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
46
88
- DbSet/IQueryable helpers to deal with EF Core async and nullable methods - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/94
47
89
- Automatic registration of DesignTimeServices - https://github.com/efcore/EFCore.FSharp/pull/86
48
90
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
0 commit comments