Releases: jdhitsolutions/MemoryTools
Releases · jdhitsolutions/MemoryTools
MemoryTools_v1.1.0
Memory Tools Changelog
v1.1.0
Added
- Added
Get-MemoryUsage
. - Added format file
myProcessMemoryUsage.format.ps1xml
. - Help updates.
- Updated
README.md
.
Changed
- 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
.
MemoryTools_v1.0.0
Changelog for MemoryTools
v1.0.0
- Modified
Show-MemoryUsage
to use ANSI-escape sequences instead ofWrite-Host
. - Modified
Get-PhysicalMemory
to write a custom object calledphysicalMemoryUnit
to the pipeline. - Added a custom format file for the
physicalMemoryUnit
object type. - Modified
Get-TopProcessMemory
to write a custom object calledtopProcessMemoryUnit
to the pipeline. - Added a custom format file for the
topProcessMemoryUnit
object type. - Updated
README.md
andlicense.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.
- Added online help links.