Skip to content

Release 4.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jul 07:24
· 16 commits to main since this release
7b4029b

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

  • Updated NuGet packages by @mishael-o in #88
  • Enhanced documentation clarity, updated code examples, and corrected grammatical errors by @mishael-o in #90
  • Added FUNDING.yml to project by @mishael-o in #91
  • Refined docs and updated MySQL test version by @mishael-o in #92

New Contributors

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

Full Changelog: v3.7.4...v4.0.5