Skip to content

[0.7.2] 2025-05-21

Compare
Choose a tag to compare
@HeyItsGilbert HeyItsGilbert released this 01 Aug 21:56
· 4 commits to main since this release
51be9ec

Added

  • The $PSBPreference variable now supports the following PlatyPS New-MarkdownHelp and Update-MarkdownHelp boolean
    options:
    • $PSBPreference.Docs.AlphabeticParamsOrder
    • $PSBPreference.Docs.ExcludeDontShow
    • $PSBPreference.Docs.UseFullTypeName
  • The $PSBPreference variable now supports the following Pester test
    configuration options:
    • $PSBPreference.Test.SkipRemainingOnFailure can be set to None,
      Run, Container and Block. The default value is None.
    • $PSBPreference.Test.OutputVerbosity can be set to None, Normal,
      Detailed, and Diagnostic. The default value is Detailed.