Skip to content

v0.7.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@MrDave1999 MrDave1999 released this 13 Jan 23:13
· 41 commits to master since this release
e158ed1

What's Changed

Breaking changes

  • fix!: Avoid throwing an exception when a directory does not contain SQL files. (#90, #92)
  • fix!: Avoid throwing an exception when the length of the params list is zero. (#91, #93)
  • refactor: Rename a load method to LoadFromDefaultDirectory. (#94, #96)
  • refactor: Rename IYeSqlCollection interface to ISqlCollection. (#95, #97)
    • fix: Prevent tests from failing since PR #97. (#98)

Documentation

  • docs: Add samples on how to integrate YeSql.Net with plug-ins. (#88, #89)