Skip to content

Releases: jdhitsolutions/PSScriptTools

PSScriptTools_v2.33.0

10 Nov 15:18
Compare
Choose a tag to compare

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 and Select-Oldest and their respective aliases of before,after,newest, and oldest.
  • Added Get-MyCounter and a custom format file mycounter.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

26 Oct 20:09
Compare
Choose a tag to compare

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 use Invoke-Item to launch the PDF file. This should work better on non-Windows platforms.
  • Modified Get-FormatView to accept pipeline input for the Typename 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

12 Oct 16:19
Compare
Choose a tag to compare

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 of gfv to show defined format views. This command uses a format file, formatview.format.ps1xml.
  • Added Changelog.md to PSScriptToolsManual.pdf.
  • Moved older change log information to Archive-Changelog.md.
  • Help and documentation updates.

PSScriptTools_v2.30.0

02 Oct 20:30
Compare
Choose a tag to compare

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

29 Sep 17:40
Compare
Choose a tag to compare

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 and Get-WindowsVersionString.
  • Added command Copy-PSFunction with an alias of cpfun.

PSScriptTools_v2.28.0

11 Sep 17:10
Compare
Choose a tag to compare

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

14 Aug 14:39
Compare
Choose a tag to compare

ChangeLog for PSScriptTools

v2.27.0

  • Added a new command called Get-MyAlias with an alias of gma.
  • Added a custom formatting file for alias objects with new views of Options and Source.
  • 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 custom PSParameterInfo 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

10 Jul 14:59
Compare
Choose a tag to compare

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

09 Jul 18:19
Compare
Choose a tag to compare

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

09 Jul 15:21
Compare
Choose a tag to compare

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 for Convert-HashtabletoCode.
  • Added Copy-HelpExample command with an alias of che.
  • Added Open-PSScriptToolsHelp to open a PDF version of README.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