Skip to content

Release 0.8.0

Latest
Compare
Choose a tag to compare
@carl-berg carl-berg released this 30 Jun 15:13

What's Changed since Release 0.7.2

Some details on the changes:

  • Targeting netstandard2.1 to enable some more modern development
  • No longer dependent on Dapper (we don't want to complicate things for users who might use a different version of Dapper)
  • Better default support of SqlServer data types to help with nullable values (including geography).
  • Static caching of schema and dependency tree is now enabled by default, but can be turned off using dude.DisableStaticCaching()
  • Automatic handling of foreign keys is can now be enabled with either of these methods:
    • dude.EnableAutomaticForeignKeys() which enables automatic foreign keys, but not automatic inserts of missing dependencies
    • dude.EnableAutomaticInsertOfForeignKeys() which enables automatic foreign keys and automatic inserts of missing dependencies

Full Changelog: 0.7.2...0.8.0