Changelog
All notable changes to the Documentarian.ModuleAuthor module are documented in this file.
This changelog’s format is based on Keep a Changelog and this project adheres to Semantic Versioning.
For releases before 1.0.0
, this project uses the following convention:
- While the major version is
0
, the code is considered unstable. - The minor version is incremented when a backwards-incompatible change is introduced.
- The patch version is incremented when a backwards-compatible change or bug fix is introduced.
less than a minute
Unreleased
- Related Links
- Pull Requests
Added
Update
Get-ParameterInfo
andFind-ParameterWithAttribute
to support three more parameter attributes:Added the
Test-HelpInfoUri
command to validate updateable help XML files for a module. You can use this command to check which modules have updateable help and verify your own published modules.
Fixed
- Corrected the behavior for
Get-ParameterInfo
for parameters that belong to multiple parameter sets. Previously, theAccept pipeline input
key wrote invalid metadata. Now, the metadata is valid. - Fixed logic for handling default value of SwitchParameter types in
Get-ParameterInfo
and some minor code cleanup.
0.0.1 - 2023-03-27
- Related Links
- Source at
v0.0.1
Added
- Initial release.
Last modified December 5, 2023: Fix bug in Get-ParameterInfo and cleanup code (dba77ff)