Change Log for PSScriptTools
v3.0.0 - 2025-03-26 13:58:50
Added
- Added command
Get-FileExtensionInfo
. - Added command
Get-TypeConstructor
with an alias ofctor
and a custom formatting file. - Added commands
Get-PSScriptToolsTypeExtension
and `Import-PSScriptToolTypeExtension - Added custom type extension file for
MeasureInfo
objects.
Changed
- Updated formatting for
Get-PSProfile
to display profiles not found in red. - Updating formatting for
Get-ModuleCommand
to display aliases using the command color and italicized. - Modified
Convert-EventLogRecord
(Issue #153) - Merged PR#153 Thanks @jaols
- Changed required module from the soon to be deprecated
ThreadJob
toMicrosoft.PowerShell.ThreadJob
. - Major help updates and corrections.
- Updated
README.md
.
Removed
- Removed sample script
today.ps1
becauseConvertTo-ASCIIArt
is no longer part of this module.
Fixed
- Fixed download link in
Save-GitSetup
. - Corrected wrong type name for the
FilePath
parameter inTest-WithCulture
. - Corrected a bug in
Get-PSWhoIs
that was failing when no organization information was present. Issue #151 - Corrected code typo on
Trace-Message
.