Release 4.0.5
What's Changed
💥 Breaking Changes
- Dropped the interfaces
IWhereBuilderEntry
andIWhereFilterBuilderEntry
and moved the methods to theIWhereBuilder
by @mishael-o in #89 - The
Fluent Builder
now throws anInvalidOperationException
when two entry clauses are called on the same instance. i.e. callingSelect
andInsertInto
on the same builder instance by @mishael-o in #89
🛠 Enhancements
- Improvements to the
Fluent Builder
to allow the use of allWhere
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