1.1.0 - 2023-03-24
- Added
Get-MemoryUsage. - Added format file
myProcessMemoryUsage.format.ps1xml. - Help updates.
- Updated
README.md.
- General code clean up.
- Restructured module, separating functions to separate files.
- Migrated changelog to Keep a Changelog format.
- Moved pre-release change log information to
pre-release-changelog.md.
1.0.0 - 2020-11-11
- Added a custom format file for the
physicalMemoryUnitobject type. - Added a custom format file for the
topProcessMemoryUnitobject type. - Added online help links.
- Modified
Show-MemoryUsageto use ANSI-escape sequences instead ofWrite-Host. - Modified
Get-PhysicalMemoryto write a custom object calledphysicalMemoryUnitto the pipeline. - Modified
Get-TopProcessMemoryto write a custom object calledtopProcessMemoryUnitto the pipeline. - Updated
README.mdandlicense.txt. - Code update and cleanup for PowerShell 7 compatibility.
- Modified manifest to require PowerShell 5.1 as the minimum and support Core.
- Modified table layout in
MyMemoryUsage.format.ps1xml. - Updated Pester tests.