All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Improved
PrettyPrint
support
- Updated
Candoumbe.Pipelines
to 0.7.0 - Added unit tests for
SelectIntoQuery
class - Added documentation for
QueryWriter
class - Removed direct dependency to
xunit
NuGet package in favor of transitive dependency brought byFsCheck.Xunit
- Replaced
Codecov.Tool
withCodecovUploader
NuGet package
- Added more C# documentation.
0.4.0 / 2021-11-16
0.3.0 / 2021-01-31
- Changed
SkipVariableDeclaration
frombool
to aParametrizationSettings
enum[BREAKING]
- Fixes incorrect rendering of [
CasesColumn
]. - Fixes
ArgumentOutOfRangeException
thrown when usingClauseOperator.In
withSelectQuery
- Fixes
ArgumentOutOfRangeException
thrown when usingClauseOperator.NotIn
withSelectQuery
0.2.0 / 2021-01-30
- Adds
Queries.EntityFrameworkCore.Extensions
to provide additionalMigrationOperation
implementations. - Adds
CreateViewMigrationOperation
to create a SQL view. - Adds
DeleteMigrationOperation
to perform a DELETE statement.
- Fixes
ArgumentOutOfRangeException
thrown when usingClauseOperator.In
with string values
0.1.0 / 2021-01-08
- Initial release