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-Newest
andSelect-Oldest
and their respective aliases of before,after,newest, and oldest. - Added
Get-MyCounter
and a custom format filemycounter.format.ps1xml
. - Added
Trace-Message
and its alias trace. - Added more Verbose messages to
Get-PSScriptTools
. - Code cleanup in
SelectFunctions.ps1
. - Modified
Get-PSScriptTools
to let you specify a verb. Updated command help. - Modified
ConvertTo-Markdown
to 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-ASCIIArt
and its alias cart. - Added
Get-DirectoryInfo
, its alias dw, and a custom formatting file,directorystat.format.ps1xml
. - Modified
Open-PSScriptToolsHelp
to useInvoke-Item
to launch the PDF file. This should work better on non-Windows platforms. - Modified
Get-FormatView
to accept pipeline input for theTypename
parameter. (Issue #95) - Modified
New-PSFormatXML
to use a static value width when using scriptblocks. (Issue #94) - Added
Out-Copy
and its alias oc. - Added
Get-CommandSyntax
and 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-HasthtableToCode
to explicitly use@()
for array elements. This is a continuation of a fix for Issue #91. - Updated
New-PSFormatXML
to process a custom hashtable as a property name and convert the XML property to a scriptblock. - Updated
New-PSFormatXML
so that Wide views are auto-sized by default. - Modified the metadata comment generated by
New-PSFormatXML
. - Modified
New-PSFormatXML
to only display the warning message once when detecting additional objects. - Added
Get-FormatView
with an alias ofgfv
to show defined format views. This command uses a format file,formatview.format.ps1xml
. - Added
Changelog.md
toPSScriptToolsManual.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-HashtableToCode
when converting hashtables with nested hashtables. (Issue #91) - Modified
Convert-HashtableToCode
to honor-Inline
when processing nested hashtables. - Updated help documentation for
Convert-HashtableToCode
to clarify the use of array values in a hashtable.
PSScriptTools_v2.29.0
ChangeLog for PSScriptTools
v2.29.0
- Modified
Get-WindowsVersion
to not use remoting when connecting to the local computer. (Issue #90) - Updated help documentation for
Get-WindowsVersion
andGet-WindowsVersionString
. - Added command
Copy-PSFunction
with an alias ofcpfun
.
PSScriptTools_v2.28.0
ChangeLog for PSScriptTools
v2.28.0
- Added
Compare-Script
thanks to @cohdjn. - Added
Get-PSProfile
and 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-MyAlias
with an alias ofgma
. - Added a custom formatting file for alias objects with new views of
Options
andSource
. - Revised the help PDF to include command help.
- Help documentation cleanup.
- Updated
README.md
- Fixed bug in
Test-Expression
that was importing the wrong module. - Modified
New-PSDriveHere
to not write the new PSDrive object to the pipeline. Added a-Passthru
parameter. This is a BREAKING change to the command. - Modified
Get-ParameterInfo
to write a customPSParameterInfo
object to the pipeline and added a default list formatted view. - Modified
psscripttool.format.ps1xml
to 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-HashtabletoCode
to output an inline string. (Issue #85) - Added an alias
chc
forConvert-HashtabletoCode
. - Added
Copy-HelpExample
command with an alias ofche
. - Added
Open-PSScriptToolsHelp
to open a PDF version ofREADME.md
as 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-HashTableToCode
to (hopefully) better handle scriptblocks. (Issue #84) - Updated
README.md
Delete
- None