Releases: jdhitsolutions/PSFunctionInfo
Releases · jdhitsolutions/PSFunctionInfo
PSFunctionInfo_v1.4.0
PSFunctionInfo
1.4.0
Changed
- Code cleanup
- Modified
Get-PSFunctionInfo
to sort functions by name. - Help updates
- Updated
README
Fixed
- Added a warning to
Set-PSFunctionInfoDefaults
if the command is run without specifying any parameters.
PSFunctionInfo_v1.3.0
PSFunctionInfo
1.3.0
- Updated missing online help links.
- Help documentation updates.
- Updated
README.md
.
PSFunctionInfo_v1.2.0
PSFunctionInfo
1.2.0
- 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
.
PSFunctionInfo_v1.1.0
PSFunctionInfo
1.1.0
- Fixed DefaultDisplayPropertySet in types.ps1xml file.
- Added online help links.
- Updated
README
.
PSFunctionInfo_v1.0.0
PSFunctionInfo
1.0.0
- 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
.
PSFunctionInfo_v0.6.0
PSFunctionInfo
0.6.0-preview
PSFunctionInfo_v0.5.0
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
.
PSFunctionInfo_v0.4.0
PSFunctionInfo
0.4.0
- 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
.
PSFunctionInfo_v0.3.0
PSFunctionInfo
0.3.0
- Added online help links.
- Published pre-release module to the PowerShell Gallery.
- Updated
README.md
.