Release 4.0.0-beta
Pre-release
Pre-release
·
24 commits
to develop
since this release
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
New Contributors
- @github-actions made their first contribution in #86
Full Changelog: v3.7.4...v4.0.0-beta