Skip to content

v2.9.0

Latest
Compare
Choose a tag to compare
@BernieWhite BernieWhite released this 08 Jun 23:05
· 271 commits to main since this release
0a1f72d

What's changed since v2.8.0:

  • New features:
    • Getting started walkthrough in Visual Studio Code is now generally available by @BernieWhite
      #1099
    • CodeLens for open or editing documentation for a rule is now generally available by @BernieWhite
      #1139
    • Added configuration to tune logging for excluded or suppressed rules by @BernieWhite.
      #1068
      • Use these options to reduce output noise when testing in Visual Studio Code.
      • The PSRule.execution.ruleExcluded setting configures excluded rules.
      • The PSRule.execution.ruleSuppressed setting configures suppressed rules.
    • Add running analysis to getting started walkthrough by @BernieWhite.
      #1093
    • Important: Added support for new unprocessed object option by @BernieWhite.
      #1127
      • The PSRule.execution.unprocessedObject setting configures what happens when objects are not processed.
      • The PSRule.execution.notProcessedWarning setting has been deprecated inline with PSRule support.
      • For more information see deprecations.
  • Engineering:

See change log.