Skip to content

v0.2.1-preview0005

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 06 Oct 16:25
1000b22

[v0.2.1-preview0005]

Added

  • Repository Files
    • Add Issue Template.
    • Add PR Template.
    • Add LICENSE.md.
    • Add SECURITY.md
    • Add codecov config.
  • Measure-ParamBlock fixes #13.
    • New localization strings.
    • Test-StatementEmptyParenthesesHasWhitespace helper method.
    • Test-StatementOpeningParenthsesOnSameLine helper method.
    • Fixed type on Test-StatementOpeningBrace*.
    • Measure-ParameterBlock* format test data.

Fixed

  • Update build files to allow everything to work
  • Update build files to include tasks for deploy
  • Update pipeline to use the correct default branch
  • Repository Files
    • Update README including badges.
  • Update references to dsccommunity fixes #12
    and #9.
    • DscResource.AnalyzerRules.psd1
    • CONTRIBUTING.md
    • Get-LocalizedData.Tests.ps1
  • Measure-Keyword.ps1
    • Update regex in to match word boundaries. Fixes #11.
    • Fix formatting.
  • Localization Strings
    • Correct url for OneSpaceBetweenKeywordAndParenthesis.
  • Get-TokensFromDefinition.ps1
    • Remove unused variable.

Changed

  • Renamed default branch to main. Fixes #12.