Changelog
All notable changes to the Documentarian 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
- Removed
ar-sa
from[LearnLocales]::CommonLocales
. - Fixed bug in
Update-Metadata
to properly handle retrieving and updating front matter. - Updated
*-Metadata
cmdlets to useGet-Document
to parse the content of markdown files - Added AsJson parameter to
Get-Metadata
to output the results as a JSON object
- Related Links
- Pull Requests
Changed
- Replaced dependency on the PowerShell-yaml module with YaYaml - this resolves the YamlDotNet dependency conflict that prevents the module from being used with PlatyPS. Only the dependency is changed, not the functionality.
Fixed
Convert-MDLinks
- filter out matching patterns contained in code blocks.- Ensure that
Convert-MDLinks
correctly handles all matches found by the regex patterns.
0.0.1 - 2023-03-27
- Related Links
- Source at
v0.0.1
Added
- Initial release.