New
Release of Microsoft.PowerShell.PlatyPS v1.0.0-preview5
What's Changed
- Remove param value from md by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/729
- Allow front matter metadata to have list of Aliases by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/730
- Remove unnecessary
HelpUriparameter fromNew-MarkdownModuleFileandUpdate-MarkdownModuleFilecmdlets by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/740 - Fix example parsing when there no parameters on the command by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/741
- MAML conversion uses the function name as Verb and empty string as noun by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/742
- Restore brackets to type for collection by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/739
- Update the version of PlatyPS to preview 4 by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/746
- Use double quotes in YAML if text contains single quote by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/749
- Get the description from comment-based help for input and output by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/750
- Update the parameter description in markdown when comment based help … by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/752
- Remove nullable from typename for inputs and outputs by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/753
- Ensure the next header after description is examples while parsing MD by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/755
- Multiline yaml by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/756
- Ensure NULL string value is written as quoted string in YAML by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/759
- Update version to 1.0.0-Preview5 by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/757
Full Changelog: https://github.com/PowerShell/platyPS/compare/v1.0.0-preview.3...v1.0.0-preview.5