Skip to content

Releases: jdhitsolutions/MemoryTools

MemoryTools_v1.1.0

24 Mar 13:46
Compare
Choose a tag to compare

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

11 Nov 23:08
Compare
Choose a tag to compare

Changelog for MemoryTools

v1.0.0

  • Modified Show-MemoryUsage to use ANSI-escape sequences instead of Write-Host.
  • Modified Get-PhysicalMemory to write a custom object called physicalMemoryUnit to the pipeline.
  • Added a custom format file for the physicalMemoryUnit object type.
  • Modified Get-TopProcessMemory to write a custom object called topProcessMemoryUnit to the pipeline.
  • Added a custom format file for the topProcessMemoryUnit object type.
  • Updated README.md and license.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.