- Code cleanup
- Modified
Get-PSFunctionInfo
to sort functions by name. - Help updates
- Updated
README
- Added a warning to
Set-PSFunctionInfoDefaults
if the command is run without specifying any parameters.
- Updated missing online help links.
- Help documentation updates.
- Updated
README.md
.
- Added custom error messages to
ValidateScript()
parameter attributes. - Added a
NoSource
parameter toNew-PSFunctionInfo
to not include the source path. - Added
Set-PSFunctionInfo
and its aliasspfi
. - Added
Remove-PSFunctionInfo
and its aliasrpfi
. - Help updates.
- Updated
README.md
.
- Fixed DefaultDisplayPropertySet in types.ps1xml file.
- Added online help links.
- Updated
README.md
.
- Restructured module layout.
- Added a property set called
TagInfo
. - Added command
Edit-PSFunctionInfo
with an alias ofefpi
. (Issue #7) - Added better error handling to
Get-PSFunctionInfo
where function can't be found. - Help updates.
- First official release to the PowerShell Gallery.
- Updated
README.md
.
- Fixed the
-Name
parameter argument completer inGet-PSFunctionInfo
. The function parameter changed fromName
toFunctionName
which is why it broke. (Issue #6) - Created private function
backup_file
. - Added a
-Backup
parameter toNew-PSFunctionInfo
. (Issue #1) - Help updates
- Updated
README.md
.
- 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
.
- Added
Set-PSFunctionInfoDefaults
andGet-PSFunctionInfoDefaults
to store default values. The defaults are stored in a JSON file at$home\psfunctioninfo-defaults.json
. If the file is found when the module is imported, it will be used to set $PSDefaultParameterValues for this module. - Added
Update-PSFunctionInfoDefaults
which can be used to update defaults if they are changed after the module has been loaded. - Added
about_PSFunctionInfo
help. - Minor help updates.
- Updated
README.md
.
- Added online help links.
- Published pre-release module to the PowerShell Gallery.
- Updated
README.md
.
- Modified
Source
view inpsfunctioninfo.format.ps1xml
to not limit the Description width. - Updated
New-PSFunctionInfo
to better handle different function layouts. - Added Verbose output to
Get-PSFunctionInfoTag
. - Help updates.
- Added an argument completer for the
Name
parameter ofGet-PSFunctionInfo
. - Added alias
gpfi
forGet-PSFunctionInfo
. - Added alias
npfi
forNew-PSFunctionInfo
. - Updated module manifest.
- Updated
README.md
.
- initial module files