Skip to content

v2.0.0-preview1 release

Pre-release
Pre-release
Compare
Choose a tag to compare
@adityapatwardhan adityapatwardhan released this 19 May 19:03
· 29 commits to master since this release

Release v2.0.0-preview1

Highlights

  • New implementation of New-MarkdownHelp and Get-MarkdownMetadata in C#.
  • Updated platyPS markdown schema implementation. Schema details at: #507
  • New tests and CI/CD pipelines.

Breaking Changes

  • Updated platyPS markdown schema
  • AlphabeticParamsOrder parameter for New-MarkdownHelp now defaults to true.

Known Issues

  • -ConvertNotesToList and -ConvertDoubleDashLists switches for New-MarkdownHelp not implemented.
  • -UseFullTypeName has issues with generic type names.

Commits

  • Merged PR 22: Fix publish template (internal)
  • Merged PR 21: Remove dot from the preview version string (internal)
  • Remove dot from the preview version string (internal)
  • Merged PR 20: Add preview.1 is the PSData section of psd1 (internal)
  • Add preview.1 is the PSData section of psd1 (internal)
  • Release build for platyPS v2 (#526)
  • Fix trigger for CI pipeline (#527)
  • Fix pool name for compliance stage (#525)
  • Fix indentation in YML (#524)
  • CI build for v2 branch (#522)
  • New-MarkdownHelp implementation for v2 (#520)