Skip to content

Releases: dsccommunity/DscResource.DocGenerator

v0.7.3-preview0001

18 Jan 07:50
Compare
Choose a tag to compare
v0.7.3-preview0001 Pre-release
Pre-release

[v0.7.3-preview0001]

Changed

  • Renamed default branch to main (issue #49).

v0.7.2

17 Jan 15:17
e02ce1e
Compare
Choose a tag to compare

[v0.7.2]

Fixed

  • New-WikiFooter
    • Fixed Encoding, parameter value passed to Out-File to use ascii rather
      than [System.Text.Encoding]::ASCII (issue #45).
  • New-WikiSidebar
    • Fixed Encoding, parameter value passed to Out-File to use ascii rather
      than [System.Text.Encoding]::ASCII (issue #45).
  • Set-WikiModuleVersion
    • Fixed Encoding, parameter value passed to Out-File to use ascii rather
      than [System.Text.Encoding]::ASCII (issue #45).
  • Fix the tests for the tasks that recently started failing. The tests
    tried to dot-source the task scripts but that is not possible because
    they need to be run within the scope of Invoke-Build. Instead a new
    test was added to make sure the task alias is pointing to an existing
    task script.

v0.7.2-preview0001

17 Jan 13:54
e02ce1e
Compare
Choose a tag to compare
v0.7.2-preview0001 Pre-release
Pre-release

[v0.7.2-preview0001]

Fixed

  • Fix the tests for the tasks that recently started failing. The tests
    tried to dot-source the task scripts but that is not possible because
    they need to be run within the scope of Invoke-Build. Instead a new
    test was added to make sure the task alias is pointing to an existing
    task script.

v0.7.1

05 Aug 08:03
58ca899
Compare
Choose a tag to compare

[v0.7.1]

Fixed

  • New-DscResourcePowerShellHelp
    • Fixed so the cmdlet is case-insensitive when it looks for the README.md
      file in a resource source folder (issue #42).

v0.7.1-preview0001

05 Aug 05:38
58ca899
Compare
Choose a tag to compare
v0.7.1-preview0001 Pre-release
Pre-release

[v0.7.1-preview0001]

Fixed

  • New-DscResourcePowerShellHelp
    • Fixed so the cmdlet is case-insensitive when it looks for the README.md
      file in a resource source folder (issue #42).

v0.7.0

08 Jul 08:38
5d43665
Compare
Choose a tag to compare

[v0.7.0]

Added

  • The build task Generate_Conceptual_Help can now remove markdown code
    from the schema MOF parameter descriptions if markdown code is used to
    improve the Wiki documentation.

v0.7.0-preview0001

08 Jul 08:27
5d43665
Compare
Choose a tag to compare
v0.7.0-preview0001 Pre-release
Pre-release

[v0.7.0-preview0001]

Added

  • The build task Generate_Conceptual_Help can now remove markdown code
    from the schema MOF parameter descriptions if markdown code is used to
    improve the Wiki documentation.

v0.6.1

01 Jul 13:08
f121f8e
Compare
Choose a tag to compare

[v0.6.1]

Fixed

  • Update README.md with the correct build task name; 'Publish_GitHub_Wiki_Content'.
  • Fixed wiki generation to correctly describe embedded instances in
    parameters and made new section for each embedded instances with
    their parameters (issue #37)

Changed

  • The regular expression for minor-version-bump-message in the file
    GitVersion.yml was changed to only raise minor version when the
    commit message contain the word add, adds, minor, feature,
    or features.

v0.6.1-preview0002

01 Jul 08:31
f121f8e
Compare
Choose a tag to compare
v0.6.1-preview0002 Pre-release
Pre-release

[v0.6.1-preview0002]

Fixed

  • Update README.md with the correct build task name; 'Publish_GitHub_Wiki_Content'.
  • Fixed wiki generation to correctly describe embedded instances in
    parameters and made new section for each embedded instances with
    their parameters (issue #37)

Changed

  • The regular expression for minor-version-bump-message in the file
    GitVersion.yml was changed to only raise minor version when the
    commit message contain the word add, adds, minor, feature,
    or features.

v0.6.1-preview0001

26 Jun 07:29
b8bad28
Compare
Choose a tag to compare
v0.6.1-preview0001 Pre-release
Pre-release

[v0.6.1-preview0001]

Fixed

  • Update README.md with the correct build task name; 'Publish_GitHub_Wiki_Content'.