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.

Unreleased

Related Links
Pull Requests

Added

Fixed

  • Corrected the behavior for Get-ParameterInfo for parameters that belong to multiple parameter sets. Previously, the Accept 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.