Releases: mishael-o/Dapper.SimpleSqlBuilder
Releases · mishael-o/Dapper.SimpleSqlBuilder
Release 4.2.3
What's Changed
✨ New Features
- Introduced
CollectionParameterTemplateFormat
for enhanced parameter handling to avoid collisions when parameter collections are expanded. by @mishael-o in #107
🐛 Bug Fixes
- Fix
CollectionParameterFormat
construction logic when set, to use the right values. by @mishael-o in #110
🛠 Enhancements
- Dropped
net462
target. However, the library still targetsnetstandard2.0
which supportsnet462
tonet481
. by @mishael-o in #108
📦 Other Changes
- Fix for doc-site xref reference. by @mishael-o in #103
Full Changelog: v4.1.2...v4.2.3
Release 4.2.1-beta
What's Changed
🐛 Bug Fixes
- Fix
CollectionParameterFormat
construction logic when set to use the right values. by @mishael-o in #110
Full Changelog: v4.2.0-beta...v4.2.1-beta
Release 4.2.0-beta
What's Changed
✨ New Features
- Introduced
CollectionParameterTemplateFormat
for enhanced parameter handling to avoid collisions when parameter collections are expanded by @mishael-o in #107
🛠 Enhancements
- Dropped
net462
target. However, the library still targetsnetstandard2.0
which supportsnet462
tonet481
. by @mishael-o in #108
📦 Other Changes
- Fix for doc-site xref reference. by @mishael-o in #103
Full Changelog: v4.1.2...v4.2.0-beta
Release 4.1.2
What's Changed
✨ New Features
- Added Create method on
SimpleBuilder
andISimpleBuilder
that uses interpolated string handler for improved performance. by @mishael-o in #98 - Added support for .NET 9 and .NET 4.6.2. by @mishael-o in #99
📦 Other Changes
- Dropped .NET 6 and .NET 4.6.1 support. by @mishael-o in #99
- Bumped
docfx
version to 2.78.2. by @mishael-o in #99 - Improvements to documentation generation and test NuGet package updates by @mishael-o in #95
Full Changelog: v4.0.5...v4.1.2
Release 4.1.1-beta
What's Changed
📦 Other Changes
- Updated descriptions and tags. by @mishael-o in #100
Full Changelog: v4.1.0-beta...v4.1.1-beta
Release 4.1.0-beta
What's Changed
✨ New Features
- Added a new
Create
method onSimpleBuilder
andISimpleBuilder
which uses an interpolated string handler for improved performance. by @mishael-o in #98 - Added support for .NET 9 and .NET 4.6.2. by @mishael-o in #99
📦 Other Changes
- Dropped .NET 6 and .NET 4.6.1 support. by @mishael-o in #99
- Bumped
docfx
version to 2.78.2. by @mishael-o in #99 - Improvements to documentation generation and test NuGet package updates by @mishael-o in #95
Full Changelog: v4.0.5...v4.1.0-beta
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
Release 4.0.3-beta
What's Changed
📦 Other Changes
- Enhanced documentation clarity, updated code examples, and corrected grammatical errors by @mishael-o in #90
- Added to FUNDING.yml to project by @mishael-o in #91
- Refined docs and updated MySQL test version by @mishael-o in #92
Full Changelog: v4.0.0-beta...v4.0.3-beta
Release 4.0.0-beta
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
Release 3.7.4
What's Changed
🛠 Enhancements
- Migrated to central package management for NuGet packages, upgraded NuGet packages in library and bumped Dapper version to
2.1.35
by @mishael-o in #81
📦 Other Changes
- Updates to documentation and code comments by @mishael-o in #77
- Improvements to site and code documentation by @mishael-o in #80
NET 7.0
framework is no longer being targeted as it has reached EOL by @mishael-o in #82- Implemented the option to create a sync pull request in ci-cd workflow by @mishael-o in #84
Full Changelog: v3.6.2...v3.7.4