Skip to content

PSFunctionInfo_v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdhitsolutions jdhitsolutions released this 26 Apr 14:11
· 12 commits to main since this release

PSFunctionInfo

0.5.0-preview

  • Added an autocompleter for the -Tag parameter in Get-PSFunctionInfo. (Issue #4)
  • Added a private function, new_psfunctioninfo, to create a new PSFunctionInfo object from the metadata block.
  • Changed Name parameter in Get-PSFunctionInfo to FunctionName. The parameter is positional, so it shouldn't make much difference. This is a breaking change.
  • Modified Get-PSFunctionInfo to get metadata from files. (Issue #3)
  • Modified PSFunctionInfo class to not require Tags in the constructor.
  • Added missing online help links.
  • Added a table view called tags to psfunctioninfor.format.ps1xml.
  • Modified psfunctioninfor.format.ps1xml to reduce the Alias column to 15.
  • Added integration into the PowerShell ISE.
  • Added integration into VS Code. (Issue #2)
  • Updated help documentation.
  • Updated README.md.