PSFunctionInfo_v0.5.0
Pre-release
Pre-release
PSFunctionInfo
0.5.0-preview
- Added an autocompleter for the
-Tagparameter inGet-PSFunctionInfo. (Issue #4) - Added a private function,
new_psfunctioninfo, to create a new PSFunctionInfo object from the metadata block. - Changed
Nameparameter inGet-PSFunctionInfotoFunctionName. The parameter is positional, so it shouldn't make much difference. This is a breaking change. - Modified
Get-PSFunctionInfoto get metadata from files. (Issue #3) - Modified
PSFunctionInfoclass to not require Tags in the constructor. - Added missing online help links.
- Added a table view called
tagstopsfunctioninfor.format.ps1xml. - Modified
psfunctioninfor.format.ps1xmlto reduce theAliascolumn to 15. - Added integration into the PowerShell ISE.
- Added integration into VS Code. (Issue #2)
- Updated help documentation.
- Updated
README.md.