Skip to content

Releases: dsccommunity/DscResource.DocGenerator

v0.12.5

14 Aug 16:43
8dad542
Compare
Choose a tag to compare

[v0.12.5]

  • Get-ClassResourceProperty
    • Check for a prefixed and non-prefixed class names issue #132.
  • azure-pipelines
    • Pin gitversion to V5.
  • Update README with the tasks that were not documented.
  • Generate_Wiki_Content
    • Change the order of the tasks to avoid getting and exception when
      source/WikiSource contain additional markdown files that are copied
      to output/WikiContent.

v0.12.5-preview0002

14 Aug 16:33
8dad542
Compare
Choose a tag to compare
v0.12.5-preview0002 Pre-release
Pre-release

[v0.12.5-preview0002]

  • Get-ClassResourceProperty
    • Check for a prefixed and non-prefixed class names issue #132.
  • azure-pipelines
    • Pin gitversion to V5.
  • Update README with the tasks that were not documented.
  • Generate_Wiki_Content
    • Change the order of the tasks to avoid getting and exception when
      source/WikiSource contain additional markdown files that are copied
      to output/WikiContent.

v0.12.5-preview0001

13 Aug 18:25
5bd7ef8
Compare
Choose a tag to compare
v0.12.5-preview0001 Pre-release
Pre-release

[v0.12.5-preview0001]

  • Get-ClassResourceProperty
    • Check for a prefixed and non-prefixed class names issue #132.
  • azure-pipelines
    • Pin gitversion to V5.

v0.12.4

03 Jun 17:04
89fb1ea
Compare
Choose a tag to compare

[v0.12.4]

Fixed

  • Generate_Markdown_For_Public_Commands.build
    • Now the task will skip if PlatyPS is not available.
      Generate_External_Help_File_For_Public_Commands
    • Now the task will skip if PlatyPS is not available.

v0.12.4-preview0001

03 Jun 16:57
89fb1ea
Compare
Choose a tag to compare
v0.12.4-preview0001 Pre-release
Pre-release

[v0.12.4-preview0001]

Fixed

  • Generate_Markdown_For_Public_Commands.build
    • Now the task will skip if PlatyPS is not available.
      Generate_External_Help_File_For_Public_Commands
    • Now the task will skip if PlatyPS is not available.

v0.12.3

01 Jun 13:50
b451007
Compare
Choose a tag to compare

[v0.12.3]

Fixed

  • Generate_Markdown_For_Public_Commands.build
    • Now the task will not try to generate markdown if the module does not
      have any publicly exported commands (issue #135).
    • Now has error handling if the script that is called using the call
      operator & fails.
      Generate_External_Help_File_For_Public_Commands
    • Now the task will not fail if there are no extern help file generated,
      which is the case for modules that does not have any publicly exported
      commands (issue #135).
    • Now has error handling if the script that is called using the call
      operator & fails.

v0.12.3-preview0001

01 Jun 13:41
b451007
Compare
Choose a tag to compare
v0.12.3-preview0001 Pre-release
Pre-release

[v0.12.3-preview0001]

Fixed

  • Generate_Markdown_For_Public_Commands.build
    • Now the task will not try to generate markdown if the module does not
      have any publicly exported commands (issue #135).
    • Now has error handling if the script that is called using the call
      operator & fails.
      Generate_External_Help_File_For_Public_Commands
    • Now the task will not fail if there are no extern help file generated,
      which is the case for modules that does not have any publicly exported
      commands (issue #135).
    • Now has error handling if the script that is called using the call
      operator & fails.

v0.12.2

31 May 15:10
b647f63
Compare
Choose a tag to compare

[v0.12.2]

Added

  • Task Package_Wiki_Content - This task will compress generated documentation
    into a .zip archive.

Changed

  • Skipped failing tests on Linux due to libmi.
  • Task Generate_Wiki_Content converted to a metatask. Existing
    functionality split into smaller tasks. Fixes (Issue #135)

v0.12.2-preview0002

31 May 12:32
b647f63
Compare
Choose a tag to compare
v0.12.2-preview0002 Pre-release
Pre-release

[v0.12.2-preview0002]

Added

  • Task Package_Wiki_Content - This task will compress generated documentation
    into a .zip archive.

Changed

  • Skipped failing tests on Linux due to libmi.
  • Task Generate_Wiki_Content converted to a metatask. Existing
    functionality split into smaller tasks. Fixes (Issue #135)

v0.12.2-preview0001

29 May 15:56
589ccbd
Compare
Choose a tag to compare
v0.12.2-preview0001 Pre-release
Pre-release

[v0.12.2-preview0001]

Added

  • Task Package_Wiki_Content - This task will compress generated documentation
    into a .zip archive.

Changed

  • Skipped failing tests on Linux due to libmi.