Change Log for PSScriptTools
v2.50.0 - 2024-07-13 10:34:18
Added
- Added an argument completer for the
Name
parameter ofShow-FunctionItem
. - Added a new
Property
parameter toGet-PSUnique
to allow the user to specify a property or properties to use for comparison. The command will also display a warning if a comparison can't be made. Issue #150
Changed
- Ongoing and general code cleanup.
- Removed previously deprecated commands
Set-ConsoleColor
andOut-ConditionalColor
. - Changed
Get-PSScriptTools to use saved data from a JSON file instead of building the data from
Get-Command,
Get-Alias, and
Get-Help`. This also fixes display problems with the Synopsis property in Linux. - Changed
Write-ANSIProgress
by adding a parameter to write to the host and not the pipeline. - Updated
README
.
Fixed
- Removed obsolete comment-based help for
New-PSDynamicParameter
.