Skip to content

Releases: ktsu-dev/CodeBlocker

v2.0.3

Choose a tag to compare

@github-actionsgithub-actions released this 04 Sep 23:14

v2.0.3 (patch)

Changes since v2.0.2:

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

Choose a tag to compare

@github-actionsgithub-actions released this 03 Sep 23:13

v2.0.2 (patch)

No significant changes detected since v2.0.1.

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

Choose a tag to compare

@github-actionsgithub-actions released this 28 Aug 01:48

v2.0.1 (patch)

Changes since v2.0.0:

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@github-actionsgithub-actions released this 27 Aug 05:55

v2.0.0 (major)

Changes since v1.0.0:

  • chore: add a local SonarCloud reproduction [patch] (@Claude)
  • feat: default to LF line endings [major] (@Claude)
  • refactor: clear the three Sonar findings on new code [patch] (@Claude)
  • test: adopt main's host-terminator expectations [patch] (@Claude)
  • Merge remote-tracking branch 'origin/main' into claude/extract-generalize-codegen-hjt2iy (@Claude)
  • fix: guard arguments with Ensure.NotNull [patch] (@Claude)
  • feat: add the C# template object model [minor] (@Claude)
  • test: expect the host line terminator, not CRLF [patch] (@matt-edmondson)
  • feat: add scope and preprocessor-directive helpers [minor] (@Claude)
  • feat: accept any TextWriter, not just StringWriter [minor] (@Claude)
  • feat: make the line terminator configurable [minor] (@Claude)
  • ci: make the SonarQube quality gate opt in [patch] (@matt-edmondson)
  • ci: adopt the unified dotnet workflow [patch] (@matt-edmondson)
  • chore: store icon.png in LFS as .gitattributes declares (@matt-edmondson)
  • docs: scope build badge to the default branch (@matt-edmondson)
  • docs: correct README, DESCRIPTION and TAGS metadata (@matt-edmondson)
  • Stop Update SDKs failing when there is nothing to update (@matt-edmondson)
  • Fix build for ktsu.Sdk 2.26.1+: migrate file headers (IDE0073), normalize line endings (IDE0055), Polyfill PrivateAssets (KTSU0007), InternalsVisibleTo for test project (KTSU0002), remove duplicate MSTest extension pins (NU1506) [patch] (@matt-edmondson)
  • Sync .runsettings (@KtsuTools)
  • Sync .editorconfig (@KtsuTools)
  • Sync .gitattributes (@KtsuTools)
  • chore: remove unused SourceLink package versions (@matt-edmondson)
  • Remove unused package references from project files (@matt-edmondson)
  • Add TAGS.md with NuGet package tags (@matt-edmondson)
  • Enhance Scope Management: Introduce ScopeWithTrailingSemicolon class and update related documentation and tests (@matt-edmondson)
  • Remove legacy build scripts (@matt-edmondson)
  • Enhance test assertions with descriptive messages for clarity (@matt-edmondson)
  • feat: Upgrade to .NET 10.0 and update project dependencies (@matt-edmondson)
  • Update configuration files for line endings and build settings (@matt-edmondson)
  • Enhance CodeBlocker functionality with new methods and improved documentation (@matt-edmondson)
  • Add ktsu.ScopedAction dependency; enhance CodeBlocker with custom indentation support and Scope management (@matt-edmondson)
  • Integrate CodeBlocker.Test project with unit and integration tests; update dependencies and solution configuration for testing support (@matt-edmondson)
  • Add unit and integration tests for CodeBlocker functionality; include test dependencies in project configuration (@matt-edmondson)
  • Enhance .NET workflow with manual trigger support, JDK setup, and SonarQube integration; update PSBuild script to allow optional NuGet API key and handle changelog length limits. (@matt-edmondson)
  • Support net9.0;net8.0;net7.0;net6.0;net5.0;netstandard2.0;netstandard2.1 (@matt-edmondson)
  • Update configuration files and scripts for improved build and test processes (@matt-edmondson)
  • Remove Directory.Build.props and Directory.Build.targets files, delete commit metadata and changelog scripts, and add copyright notice to CodeBlocker.cs. (@matt-edmondson)
  • Enhance documentation and project metadata. Updated DESCRIPTION.md to clarify the purpose of CodeBlocker and expanded README.md with detailed introduction, features, installation instructions, usage examples, and API reference. Changed project SDK in CodeBlocker.csproj to ktsu.Sdk.Lib/1.8.0. (@matt-edmondson)
  • Add LICENSE template (@matt-edmondson)
  • Update .editorconfig for improved code style and naming (@matt-edmondson)
  • Add automation scripts for metadata management and versioning (@matt-edmondson)
  • Renamed metadata files (@matt-edmondson)
  • Replace LICENSE file with LICENSE.md and update copyright information (@matt-edmondson)
  • Update VERSION (@matt-edmondson)
  • Migrate ktsu.io to ktsu namespace (@matt-edmondson)

What's Changed

  • Default to LF line endings, and add a local SonarCloud reproduction by @matt-edmondson in #90

Full Changelog: v1.3.0...v2.0.0

v1.3.0

Choose a tag to compare

@github-actionsgithub-actions released this 27 Aug 04:34

v1.3.0 (minor)

Changes since v1.2.0:

  • refactor: clear the three Sonar findings on new code [patch] (@Claude)
  • test: adopt main's host-terminator expectations [patch] (@Claude)
  • Merge remote-tracking branch 'origin/main' into claude/extract-generalize-codegen-hjt2iy (@Claude)
  • fix: guard arguments with Ensure.NotNull [patch] (@Claude)
  • feat: add the C# template object model [minor] (@Claude)
  • test: expect the host line terminator, not CRLF [patch] (@matt-edmondson)
  • feat: add scope and preprocessor-directive helpers [minor] (@Claude)
  • feat: accept any TextWriter, not just StringWriter [minor] (@Claude)
  • feat: make the line terminator configurable [minor] (@Claude)
  • ci: make the SonarQube quality gate opt in [patch] (@matt-edmondson)
  • ci: adopt the unified dotnet workflow [patch] (@matt-edmondson)
  • chore: store icon.png in LFS as .gitattributes declares (@matt-edmondson)
  • docs: scope build badge to the default branch (@matt-edmondson)
  • docs: correct README, DESCRIPTION and TAGS metadata (@matt-edmondson)
  • Stop Update SDKs failing when there is nothing to update (@matt-edmondson)
  • Fix build for ktsu.Sdk 2.26.1+: migrate file headers (IDE0073), normalize line endings (IDE0055), Polyfill PrivateAssets (KTSU0007), InternalsVisibleTo for test project (KTSU0002), remove duplicate MSTest extension pins (NU1506) [patch] (@matt-edmondson)
  • Sync .runsettings (@KtsuTools)
  • Sync .editorconfig (@KtsuTools)
  • Sync .gitattributes (@KtsuTools)
  • chore: remove unused SourceLink package versions (@matt-edmondson)
  • Remove unused package references from project files (@matt-edmondson)
  • Add TAGS.md with NuGet package tags (@matt-edmondson)

What's Changed

New Contributors

Full Changelog: v1.2.16...v1.3.0

v1.2.16

Choose a tag to compare

@github-actionsgithub-actions released this 27 Aug 03:01

v1.2.16 (patch)

Changes since v1.2.15:

What's Changed

Full Changelog: v1.2.15...v1.2.16

v1.2.15

Choose a tag to compare

@github-actionsgithub-actions released this 25 Aug 23:14

v1.2.15 (patch)

Changes since v1.2.14:

What's Changed

Full Changelog: v1.2.14...v1.2.15

v1.2.14

Choose a tag to compare

@github-actionsgithub-actions released this 24 Aug 23:12

v1.2.14 (patch)

No significant changes detected since v1.2.13.

What's Changed

Full Changelog: v1.2.13...v1.2.14

v1.2.13

Choose a tag to compare

@github-actionsgithub-actions released this 21 Aug 23:12

v1.2.13 (patch)

Changes since v1.2.12:

What's Changed

Full Changelog: v1.2.12...v1.2.13

v1.2.12

Choose a tag to compare

@github-actionsgithub-actions released this 20 Aug 23:13

v1.2.12 (patch)

Changes since v1.2.11:

What's Changed

Full Changelog: v1.2.11...v1.2.12