Releases: jdhitsolutions/PSFunctionTools
Releases · jdhitsolutions/PSFunctionTools
PSFunctionTools_v1.2.0
PSFunctionTools
v1.2.0
Changed
- Pester test revisions.
- Modified
Format-FunctionName
to let you capitalize N number of characters in the Noun portion of your command name. - Help updates.
- Updated
README.md
.
Added
- Added missing online help links.
Removed
- Deleted unused
Types
folder.
PSFunctionTools_v1.1.0
PSFunctionTools
v1.1.0
Changed
- Code clean up and reformatting.
- Image resizing.
PSFunctionTools_v1.0.0
PSFunctionTools
v1.0.0
- Added online help links for previously published commands.
- Bumped version number to reflect feature-complete release.
- Added
Export-FunctionToFile
to export a loaded function from your session to a script file. - Help updates.
- Updated
README.md
.
PSFunctionTools_v0.6.0
PSFunctionTools
v0.6.0
- Added online help links for previously published commands.
- Modified
Get-FunctionAttribute
to accept pipeline input forName
andPath
parameters. - Modified
Get-FunctionAlias
to accept pipeline input forPath
. - Added command
Get-PSFunctionTools
and a related custom format file. This command makes it easy to see all module commands. - Added alias
ffn
forFormat-FunctionName
. - Added alias
gfn
forGet-FunctionName
. - Added alias
tfn
forTest-FunctionName
. - Added command
Get-FunctionProfile
and aliasgfp
. - Revised warning message in
Get-FunctionAttribute
andGet-ParameterBlock
to include function name and path. - Updated
README.md
. - Help updates.
- Initial public release to the PowerShell Gallery.
PSFunctionTools_v0.5.0-beta1
PSFunctionTools Beta 1
v0.5.0
- Module will be written to support PowerShell 7.1 and later. Commands may run in Windows PowerShell but I am not marking the module as
Desktop
compatible. - Added a parameter called
AsTree
toGet-ModuleLayout
to show module layout as a tree. - Moved code to parse path for
AST
data to a private helper function. - Help documentation updates.
- Initial Pester 5 tests for the module and functions.
- Module manifest updates.
- Updated
README.md
. - First public preview release.