Skip to content

v0.3.0-preview0003

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 10 Oct 10:28
56f8a49

[v0.3.0-preview0003]

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.
  • Enable generated docs with DscResource.DocGenerator
  • Add HQRM checks
  • Add wiki documentation for usage
    • Rename file so dashes are replaced by spaces in Wiki.

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.
  • Renamed 'source' folder to all lower-case characters.
  • Update module manifest to use required module PSScriptAnalyzer v1.23

Changed

  • Renamed default branch to main. Fixes #12.
  • Migrate to Pester 5