Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.9.0]
- Module Changes
- Updated to use Unicode Version: 16.0 (was previously Unicode Version: 15.1)
- Added more debug outputs across all functions
- Build Updates
- Improved integration tests
- Updated tests to follow Pester 5 rules
- Updated Bootstrap file to latest version of module dependencies
- Updated readthedocs dependencies versions
[0.8.4]
- Module Changes
- Addressed bug where
Expand-XMLDataSetcan fail if user hasExpand-ArchivefromPscxmodule, not fromMicrosoft.PowerShell.Archive
- Addressed bug where
- Build Updates
- Added
MarkdownRepair.ps1and added Markdown repair logic to InvokeBuild script. This is to account for an issue in PowerShell7.4.0+ where a new parameter was introduced that platyPS can not handle during help creation. Ref: platyPS issue.
- Added
[0.8.2]
- Module Changes
- Added ReleaseNotes link to
psd1manifest - Updated
Convert-EmojiToHexCodePointto useSystem.Collections.Generic.Listinstead ofSystem.Collections.ArrayList
- Added ReleaseNotes link to
- Build Updates
- Adjusted metric dashboard arrangement and sizing
- Misc
- Updated
settings.jsonfor tab requirements to support Readthedocs - Updated
extensions.jsonwith recommended extensions for working with this repo
- Updated
[0.8.0]
- Initial release.