Releases: mishael-o/Dapper.SimpleSqlBuilder
Releases · mishael-o/Dapper.SimpleSqlBuilder
Release 3.0.1-beta
What's Changed
Other Changes
- Updated assembly version and documentation updates. by @mishael-o in #16
Full Changelog: v3.0.0-beta...v3.0.1-beta
Release 3.0.0-beta
What's Changed
Breaking Changes 🛠
- Renamed
SimpleBuilderBase
toBuilder
,ISimpleParameterInfoExtensions
toSimpleParameterInfoExtensions
, andInternalSimpleBuilder
toSimpleBuilderFactory
by @mishael-o in #12
New Features ✨
- Implemented core functionality of the fluent builder and improvements to ci-cd process by @mishael-o in #11
- Implemented interpolated string handlers for Builder
Append
methods on latest .NET core version by @mishael-o in #13
Other Changes
- Fixed package tags and updated copyright date by @mishael-o in #9
- Updated documentation, and code optimisations and improvements by @mishael-o in #15
Full Changelog: v2.0.1...v3.0.0-beta
Release 2.0.1
What's Changed
Breaking Changes 🛠
- SimpleBuilderSettings rewrite for thread safety and optimisations. by @mishael-o in #6
Other Changes
- Updated pipeline configuration by @mishael-o in #5
Full Changelog: v1.1.0...v2.0.1
Release 2.0.0-beta
What's Changed
Breaking Changes 🛠
- SimpleBuilderSettings rewrite for thread safety and optimisations. by @mishael-o in #6
Other Changes
- Updated pipeline configuration by @mishael-o in #5
Full Changelog: v1.1.0...v2.0.0-beta
Release 1.1.0
What's Changed
Bug Fixes 🐛
- Fixed issue with configure method of
SimpleBuilderSettings
overriding all setting values when only one was set. by @mishael-o in #4
Full Changelog: v1.0.0...v1.1.0
Release 1.0.0
What's Changed
New Features ✨
- First major release by @mishael-o in #3
Full Changelog: v0.9.3...v1.0.0
Release 0.9.3-beta
What's Changed
New Features ✨
- First beta release. by @mishael-o in #1
New Contributors
- @mishael-o made their first contribution in #1
Full Changelog: https://github.com/mishael-o/Dapper.SimpleSqlBuilder/commits/v0.9.3