Skip to content

Latest commit

 

History

History
129 lines (103 loc) · 5.25 KB

CHANGELOG.md

File metadata and controls

129 lines (103 loc) · 5.25 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.

[5.0.3-alpha9] - 2021-04-06

Fixed

  • Fix issue with generated DbContext members in scaffolded code
  • Generate valid code in HasData method
  • 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

Added

[5.0.3-alpha8] - 2021-04-04

Fixed

  • Generate valid code in HasData method

  • 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

  • Removed unneeded dependency

  • Link to NuGet badges in README.md

  • Fix indentation issue when table has constraints - #75

  • Constraints now correctly generated - #72

  • Generated Migrations will now always include the System namespace - #70

  • Removed unneeded dependency

  • Link to NuGet badges in README.md

Changed

  • Simplify scaffolded classes using member val

Added

[5.0.3-alpha7] - 2021-04-01

Changed

  • Simplify scaffolded classes using member val

Fixed

  • 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

  • Removed unneeded dependency

  • Link to NuGet badges in README.md

Added

  • DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
  • Initial release
  • F# migrations
  • F# scaffolding

[5.0.3-alpha6] - 2021-04-01

Fixed

  • Fix indentation issue when table has constraints - #75

[5.0.3-alpha5] - 2021-03-31

Fixed

  • Constraints now correctly generated - #72

[5.0.3-alpha3] - 2021-03-31

Fixed

  • Generated Migrations will now always include the System namespace - #70

[5.0.3-alpha2] - 2021-03-27

Added

  • DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience

Fixed

  • Removed unneeded dependency
  • Link to NuGet badges in README.md

[5.0.3-alpha1] - 2021-03-21

Added