Releases: mishael-o/Dapper.SimpleSqlBuilder
Releases · mishael-o/Dapper.SimpleSqlBuilder
Release 4.2.3
What's Changed
✨ New Features
- Introduced
CollectionParameterTemplateFormatfor enhanced parameter handling to avoid collisions when parameter collections are expanded. by @mishael-o in #107
🐛 Bug Fixes
- Fix
CollectionParameterFormatconstruction logic when set, to use the right values. by @mishael-o in #110
🛠 Enhancements
- Dropped
net462target. However, the library still targetsnetstandard2.0which supportsnet462tonet481. 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
CollectionParameterFormatconstruction 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
CollectionParameterTemplateFormatfor enhanced parameter handling to avoid collisions when parameter collections are expanded by @mishael-o in #107
🛠 Enhancements
- Dropped
net462target. However, the library still targetsnetstandard2.0which supportsnet462tonet481. 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
SimpleBuilderandISimpleBuilderthat 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
docfxversion 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
Createmethod onSimpleBuilderandISimpleBuilderwhich 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
docfxversion 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
IWhereBuilderEntryandIWhereFilterBuilderEntryand moved the methods to theIWhereBuilderby @mishael-o in #89 - The
Fluent Buildernow throws anInvalidOperationExceptionwhen two entry clauses are called on the same instance. i.e. callingSelectandInsertIntoon the same builder instance by @mishael-o in #89
🛠 Enhancements
- Improvements to the
Fluent Builderto allow the use of allWhereclause 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
IWhereBuilderEntryandIWhereFilterBuilderEntryand moved the methods to theIWhereBuilderby @mishael-o in #89 - The
Fluent Buildernow throws anInvalidOperationExceptionwhen two entry clauses are called on the same instance. i.e. callingSelectandInsertIntoon the same builder instance by @mishael-o in #89
🛠 Enhancements
- Improvements to the
Fluent Builderto allow the use of allWhereclause 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.35by @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.0framework 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