Skip to content

Releases: mishael-o/Dapper.SimpleSqlBuilder

Release 4.2.3

04 Jan 13:19
af27c2f
Compare
Choose a tag to compare

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 targets netstandard2.0 which supports net462 to net481. by @mishael-o in #108

📦 Other Changes

Full Changelog: v4.1.2...v4.2.3

Release 4.2.1-beta

04 Jan 11:35
e505253
Compare
Choose a tag to compare
Release 4.2.1-beta Pre-release
Pre-release

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

03 Jan 23:33
5895dc5
Compare
Choose a tag to compare
Release 4.2.0-beta Pre-release
Pre-release

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 targets netstandard2.0 which supports net462 to net481. by @mishael-o in #108

📦 Other Changes

Full Changelog: v4.1.2...v4.2.0-beta

Release 4.1.2

01 Dec 14:26
3606e01
Compare
Choose a tag to compare

What's Changed

✨ New Features

  • Added Create method on SimpleBuilder and ISimpleBuilder 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

01 Dec 14:13
d45c866
Compare
Choose a tag to compare
Release 4.1.1-beta Pre-release
Pre-release

What's Changed

📦 Other Changes

Full Changelog: v4.1.0-beta...v4.1.1-beta

Release 4.1.0-beta

30 Nov 22:23
1b4d5a5
Compare
Choose a tag to compare
Release 4.1.0-beta Pre-release
Pre-release

What's Changed

✨ New Features

  • Added a new Create method on SimpleBuilder and ISimpleBuilder 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

04 Jul 07:24
7b4029b
Compare
Choose a tag to compare

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

Release 4.0.3-beta

03 Jul 21:53
650bbed
Compare
Choose a tag to compare
Release 4.0.3-beta Pre-release
Pre-release

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

01 Jul 06:59
4e89649
Compare
Choose a tag to compare
Release 4.0.0-beta Pre-release
Pre-release

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

New Contributors

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

Full Changelog: v3.7.4...v4.0.0-beta

Release 3.7.4

19 May 16:58
0030c86
Compare
Choose a tag to compare

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