PSScriptTools_v2.33.0
Change Log for PSScriptTools
This is the most recent change log history for this module.
v2.33.0
- Added
Select-Before,Select-After,Select-NewestandSelect-Oldestand their respective aliases of before,after,newest, and oldest. - Added
Get-MyCounterand a custom format filemycounter.format.ps1xml. - Added
Trace-Messageand its alias trace. - Added more Verbose messages to
Get-PSScriptTools. - Code cleanup in
SelectFunctions.ps1. - Modified
Get-PSScriptToolsto let you specify a verb. Updated command help. - Modified
ConvertTo-Markdownto handle properties with line returns when formatting as a table. (Issue #97) - Code cleanup in sample script files.
- Added sample file
CounterMarkdown.ps1. - Updated
README.md.