PSFunctionInfo_v0.5.0
Pre-release
Pre-release
PSFunctionInfo
0.5.0-preview
- Added an autocompleter for the
-Tag
parameter inGet-PSFunctionInfo
. (Issue #4) - Added a private function,
new_psfunctioninfo
, to create a new PSFunctionInfo object from the metadata block. - Changed
Name
parameter inGet-PSFunctionInfo
toFunctionName
. 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
topsfunctioninfor.format.ps1xml
. - Modified
psfunctioninfor.format.ps1xml
to reduce theAlias
column to 15. - Added integration into the PowerShell ISE.
- Added integration into VS Code. (Issue #2)
- Updated help documentation.
- Updated
README.md
.