Skip to content

v0.5.0

Compare
Choose a tag to compare
@BernieWhite BernieWhite released this 02 Jul 02:12
4d96b81
  • Fix to prevent string builder properties being outputted each time Invoke-PSDocument is called
  • Added support for property expressions with the Table keyword #27
  • Important change: Deprecated support for using Invoke-PSDocument with inline document definitions
    • Improved support for using named document definitions inline, this is the recommended way to call inline document definitions
  • Added support for building all document definitions from a path using the -Path parameter #25
    • Additionally document definitions can be filtered with the -Name and -Tag parameter
    • This is the recommended way to build documents going forward
  • Added support for providing options for Invoke-PSDocument using YAML, see about_PSDocs_Options
  • Breaking change: Empty Section blocks are not rendered by default #32
    • Use -Force parameter on specific sections or Markdown.SkipEmptySections = $False option to force empty sections to be written