Releases: jdhitsolutions/PSScriptTools
Releases · jdhitsolutions/PSScriptTools
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.
PSScriptTools_v2.32.0
Change Log for PSScriptTools
v2.32.0
- Added
ConvertTo-ASCIIArtand its alias cart. - Added
Get-DirectoryInfo, its alias dw, and a custom formatting file,directorystat.format.ps1xml. - Modified
Open-PSScriptToolsHelpto useInvoke-Itemto launch the PDF file. This should work better on non-Windows platforms. - Modified
Get-FormatViewto accept pipeline input for theTypenameparameter. (Issue #95) - Modified
New-PSFormatXMLto use a static value width when using scriptblocks. (Issue #94) - Added
Out-Copyand its alias oc. - Added
Get-CommandSyntaxand its alias gsyn. - Updated missing online help links.
- Added a splash header to
Get-PSScriptTools. The header writes to the host so it isn't part of the command output. - Updated
README.md.
PSScriptTools_v2.31.0
Change Log for PSScriptTools
v2.31.0
- Merged PR from @corbob to fix an issue detecting profiles scripts when the user's Documents location has changed. (Issue #93)
- Modified
Convert-HasthtableToCodeto explicitly use@()for array elements. This is a continuation of a fix for Issue #91. - Updated
New-PSFormatXMLto process a custom hashtable as a property name and convert the XML property to a scriptblock. - Updated
New-PSFormatXMLso that Wide views are auto-sized by default. - Modified the metadata comment generated by
New-PSFormatXML. - Modified
New-PSFormatXMLto only display the warning message once when detecting additional objects. - Added
Get-FormatViewwith an alias ofgfvto show defined format views. This command uses a format file,formatview.format.ps1xml. - Added
Changelog.mdtoPSScriptToolsManual.pdf. - Moved older change log information to
Archive-Changelog.md. - Help and documentation updates.
PSScriptTools_v2.30.0
ChangeLog for PSScriptTools
v2.30.0
- Fixed a bug in
Convert-HashtableToCodewhen converting hashtables with nested hashtables. (Issue #91) - Modified
Convert-HashtableToCodeto honor-Inlinewhen processing nested hashtables. - Updated help documentation for
Convert-HashtableToCodeto clarify the use of array values in a hashtable.
PSScriptTools_v2.29.0
ChangeLog for PSScriptTools
v2.29.0
- Modified
Get-WindowsVersionto not use remoting when connecting to the local computer. (Issue #90) - Updated help documentation for
Get-WindowsVersionandGet-WindowsVersionString. - Added command
Copy-PSFunctionwith an alias ofcpfun.
PSScriptTools_v2.28.0
ChangeLog for PSScriptTools
v2.28.0
- Added
Compare-Scriptthanks to @cohdjn. - Added
Get-PSProfileand a related formatting file,psprofilepath.format.ps1xml. - Updated
README.md.
PSScriptTools_v2.27.0
ChangeLog for PSScriptTools
v2.27.0
- Added a new command called
Get-MyAliaswith an alias ofgma. - Added a custom formatting file for alias objects with new views of
OptionsandSource. - Revised the help PDF to include command help.
- Help documentation cleanup.
- Updated
README.md - Fixed bug in
Test-Expressionthat was importing the wrong module. - Modified
New-PSDriveHereto not write the new PSDrive object to the pipeline. Added a-Passthruparameter. This is a BREAKING change to the command. - Modified
Get-ParameterInfoto write a customPSParameterInfoobject to the pipeline and added a default list formatted view. - Modified
psscripttool.format.ps1xmlto display Verb in color using ANSI.
PSScriptTools_v2.26.2
ChangeLog for PSScriptTools
v2.26.2
- Cleaned up bad links and code fence re-formatting in
README.md. - Created new base version of
PSScriptToolsHelp.md - Generated new help manual with a table of contents and nicer formatting. (Issue #87)
- Renamed help pdf to
PSScriptToolsManual.pdf
PSScriptTools_v2.26.1
ChangeLog for PSScriptTools
v2.26.1
- Replaced links in
PSScriptToolsHelp(Issue #86) - Updated PDF style when exporting
PSScriptToolsHelp - Removed Table of Contents from
PSScriptToolsHelp.md. There is a bug when rendering to PDF that doesn't follow the relative links in the document. Hopefully I can add this back in the future. - Minor changes to
README.md.
PSScriptTools_v2.26.0
ChangeLog for PSScriptTools
v2.26.0
Add
- Added a Documents type to
PSAnsiFileMap.json. - Added a parameter to
Convert-HashtabletoCodeto output an inline string. (Issue #85) - Added an alias
chcforConvert-HashtabletoCode. - Added
Copy-HelpExamplecommand with an alias ofche. - Added
Open-PSScriptToolsHelpto open a PDF version ofREADME.mdas a help manual.
Change
- Fixed duplicate entry in
PSAnsiFileMap.json. - Revised regex patterns in
PSAnsiFileMap.json. (Issue #83) - Cleaned up code in
filesystem-ansi.format.ps1xml. - Modified
Convert-HashTableToCodeto (hopefully) better handle scriptblocks. (Issue #84) - Updated
README.md
Delete
- None