Releases: PowerShell/platyPS
Releases · PowerShell/platyPS
Release of Microsoft.PowerShell.PlatyPS v1.0.0-preview5
What's Changed
- Remove param value from md by @adityapatwardhan in #729
- Allow front matter metadata to have list of Aliases by @adityapatwardhan in #730
- Remove unnecessary
HelpUri
parameter fromNew-MarkdownModuleFile
andUpdate-MarkdownModuleFile
cmdlets by @adityapatwardhan in #740 - Fix example parsing when there no parameters on the command by @adityapatwardhan in #741
- MAML conversion uses the function name as Verb and empty string as noun by @adityapatwardhan in #742
- Restore brackets to type for collection by @adityapatwardhan in #739
- Update the version of PlatyPS to preview 4 by @adityapatwardhan in #746
- Use double quotes in YAML if text contains single quote by @adityapatwardhan in #749
- Get the description from comment-based help for input and output by @adityapatwardhan in #750
- Update the parameter description in markdown when comment based help … by @adityapatwardhan in #752
- Remove nullable from typename for inputs and outputs by @adityapatwardhan in #753
- Ensure the next header after description is examples while parsing MD by @adityapatwardhan in #755
- Multiline yaml by @adityapatwardhan in #756
- Ensure NULL string value is written as quoted string in YAML by @adityapatwardhan in #759
- Update version to 1.0.0-Preview5 by @adityapatwardhan in #757
Full Changelog: v1.0.0-preview.3...v1.0.0-preview.5
Release of Microsoft.PowerShell.PlatyPS v1.0.0-preview3
v1.0.0-preview.3 Release of Microsoft.PowerShell.PlatyPS v1.0.0-preview3
Release of v1.0.0-preview.2
Release of Microsoft.PowerShell.PlatyPS v1.0.0-preview2
0.14.2
v2.0.0-preview1 release
Release v2.0.0-preview1
Highlights
- New implementation of
New-MarkdownHelp
andGet-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 forNew-MarkdownHelp
now defaults to true.
Known Issues
-ConvertNotesToList
and-ConvertDoubleDashLists
switches forNew-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)
0.14.1
0.14.0
Release 0.14.0
0.13.0
Release 0.13.0
0.10.2
0.10.0
- Add basic deduplication for Examples in
Merge-MarkdownHelp
#331 - Support for remote modules. Pass
-Session
parameter in supported cmdlets to retrieve accurate metadata from the remote session. - The ShowProgress parameter was added to the New-ExternalHelp function. By default progress bars are not display to increase speed of files processing.