Skip to content

Release 4.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 06:59
· 24 commits to develop since this release
4e89649

What's Changed

💥 Breaking Changes

  • Dropped the interfaces IWhereBuilderEntry and IWhereFilterBuilderEntry and moved the methods to the IWhereBuilder by @mishael-o in #89
  • The Fluent Builder now throws an InvalidOperationException when two entry clauses are called on the same instance. i.e. calling Select and InsertInto on the same builder instance by @mishael-o in #89

🛠 Enhancements

  • Improvements to the Fluent Builder to allow the use of all Where clause methods when writing dynamic SQL by @mishael-o in #89

📦 Other Changes

New Contributors

  • @github-actions made their first contribution in #86

Full Changelog: v3.7.4...v4.0.0-beta