Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 2.07 KB

File metadata and controls

50 lines (39 loc) · 2.07 KB

Change Log for PSScriptTools

This is the most recent change history for this module.

v2.34.1

  • Updated license.txt with new year.
  • Added missing online help links.
  • Fixed bug in Get-ParameterInfo that failed to display dynamic parameters when using a command alias. (Issue #101)
  • Modified format file for PSParameterInfo to display Mandatory and IsDynamic values in color when the value is $True.

v2.34.0

  • Fixed typo bug in Get-PSScriptTools that was failing to get command aliases. (Issue #99)
  • Modified Get-PSScriptTools to improve performance. Assuming that all exported functions use standard verbs.
  • Added Get-PSAnsiFileMap.
  • Added Set-PSAnsiFileMapEntry.
  • Added Remove-PSAnsiFileMapEntry.
  • Added Export-PSAnsiFileMap.
  • Added Show-ANSISequence.
  • Updated filesystem.ansi.format.ps1xml to use last matching pattern.
  • Modified Show-Tree to better handle piped-in file and directory objects.
  • Added an alias ab for Add-Border.
  • Added an alias of nab for New-AnsiBar.
  • Updated README.md.
  • Updated module description.
  • Help updates.

v2.33.1

  • Fixed bug in ConvertTo-WPFGrid with refresh and timeout values. (Issue #98)
  • Added missing online help links.
  • Added a few related module links in README.md.

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.

Archive

If you need to see older change history, look at the Archive ChangeLog