This file contains the most recent change history for the PSScriptTools module.
- Added parameter
ProviderNametoGet-CommandSyntax to let the user specify a provider.Issue #139
- Modified
Get-ParameterInfoto sort output by parameter set. Issue #138 - Modified the format file for
psparameterinfoobjects to use a table as the default. - Added
EnumOnlyparameter toGet-TypeMemberIssue #135 - Help updates
- Added missing online help links.
- Updated module description in the manifest.
- Added
EnableLNparameter alias toGet-FolderSizeInfo. - Help updates.
- Update
Get-TypeMemberto identify properties that are enumerations. - Updated format file for
Get-TypeMemberto highlight enum properties. - Updated
README.md.
- General code cleanup and formatting.
- Modified module to only load ANSI file format features if PSStyle is not detected.
- Modified
psparameterinfo.format.ps1xmlto highlight True values with an ANSI highlight color. - Modified
Get-FolderSizeInfoto useSystem.Collections.Generic.List[]in place ofArrayList. - Modified back-end processing for the help PDF file to reduce its size.
- Restored header to
Get-PSScriptTools. - Help updates.
- Revised Changelog layout.
- Updated
README.md.
- Fixed a bug in
Get-GitSizethat was failing to get hidden items in the.gitfolders. Also modified the command to useGet-FolderSizeInfowhich is faster than usingGet-ChildItem. - Modified
Get-PSScriptToolsto properly return version information.
- Added function
Get-TypeMemberwith format filepstypemember.format.ps1xmland type extensionpstypemember.types.ps1xml. The function has an alias ofgtm. - Added the parameter
MainBranchtoRemove-MergedGitBranchto allow the user to specify the name of their main or master branch. The default ismaster.
- Marked
Out-ConditionalColorandSet-ConsoleColoras deprecated. They will be removed in a future release.
- Fixed help typo for
Get-PSUniquePR 133. Thank you @fiala-sns. - Updated
Get-WindowsVersionto includeDisplayVersion, e.g.22H2. - Modified format file
windowsversion.format.ps1xmlto replaceReleaseIDwith theDisplayVersionvalue. - Revised
Get-WindowsVersionto usesysteminfoto retrieve the operating system name and if that fails, fall back to using the registry entry. The registry entry for Windows 11 typically still shows Windows 10. - Help updates.
- Updated
README.md.
- Updated
Show-ANSISequenceto fix a bug where foreground samples where included when specifying background. Issue #130 - Updated contributing guidelines.
- Updated
README.md.
- Fixed VSCode snippets to run in a PowerShell 7 integrated console. Issue #124
- Updated
Show-AnsiSequenceto fix a display bug that was dropping values. Issue #125 - Removed
ConvertTo-ASCIIArtas the online resource no longer appears to exist. Issue #127 - Updated missing online help links.
- Updated
Get-FoldersizeInfoto better handle null values. Issue #129 - Added new sample script
today.ps1. - Help updates.
- Updated
README.md.
If you need to see older change history, look at the Archive ChangeLog online.