Skip to content

Releases: jdhitsolutions/PSFunctionTools

PSFunctionTools_v1.2.0

19 Apr 01:08
Compare
Choose a tag to compare

PSFunctionTools

v1.2.0

Changed

  • Pester test revisions.
  • Modified Format-FunctionName to let you capitalize N number of characters in the Noun portion of your command name.
  • Help updates.
  • Updated README.md.

Added

  • Added missing online help links.

Removed

  • Deleted unused Types folder.

PSFunctionTools_v1.1.0

03 Mar 21:01
Compare
Choose a tag to compare

PSFunctionTools

v1.1.0

Changed

  • Code clean up and reformatting.
  • Image resizing.

PSFunctionTools_v1.0.0

28 Feb 19:18
Compare
Choose a tag to compare

PSFunctionTools

v1.0.0

  • Added online help links for previously published commands.
  • Bumped version number to reflect feature-complete release.
  • Added Export-FunctionToFile to export a loaded function from your session to a script file.
  • Help updates.
  • Updated README.md.

PSFunctionTools_v0.6.0

17 Jan 14:58
Compare
Choose a tag to compare

PSFunctionTools

v0.6.0

  • Added online help links for previously published commands.
  • Modified Get-FunctionAttribute to accept pipeline input for Name and Path parameters.
  • Modified Get-FunctionAlias to accept pipeline input for Path.
  • Added command Get-PSFunctionTools and a related custom format file. This command makes it easy to see all module commands.
  • Added alias ffn for Format-FunctionName.
  • Added alias gfn for Get-FunctionName.
  • Added alias tfn for Test-FunctionName.
  • Added command Get-FunctionProfile and alias gfp.
  • Revised warning message in Get-FunctionAttribute and Get-ParameterBlock to include function name and path.
  • Updated README.md.
  • Help updates.
  • Initial public release to the PowerShell Gallery.

PSFunctionTools_v0.5.0-beta1

11 Jan 23:09
Compare
Choose a tag to compare
Pre-release

PSFunctionTools Beta 1

v0.5.0

  • Module will be written to support PowerShell 7.1 and later. Commands may run in Windows PowerShell but I am not marking the module as Desktop compatible.
  • Added a parameter called AsTree to Get-ModuleLayout to show module layout as a tree.
  • Moved code to parse path for AST data to a private helper function.
  • Help documentation updates.
  • Initial Pester 5 tests for the module and functions.
  • Module manifest updates.
  • Updated README.md.
  • First public preview release.