Releases: jdhitsolutions/PSFunctionTools
Releases · jdhitsolutions/PSFunctionTools
PSFunctionTools_v1.3.0
Changelog for PSFunctionTools
v1.3.0 - 2025-01-14 14:39:21
Added
- Added command
Open-PSFunctionToolsSamplesto change to the Samples folder and list the sample files. - Added command
Open-PSFunctionToolsHelp.
Changed
- Updated demo file
Demo-NewModuleFromFiles.ps1. - Help documentation updates.
- Minor code cleanup.
- Bumped minimum PowerShell version to 7.4. This is a potential breaking change.
- Converted changelog to new format.
PSFunctionTools_v1.2.0
PSFunctionTools
v1.2.0
Changed
- Pester test revisions.
- Modified
Format-FunctionNameto 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
Typesfolder.
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-FunctionToFileto 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-FunctionAttributeto accept pipeline input forNameandPathparameters. - Modified
Get-FunctionAliasto accept pipeline input forPath. - Added command
Get-PSFunctionToolsand a related custom format file. This command makes it easy to see all module commands. - Added alias
ffnforFormat-FunctionName. - Added alias
gfnforGet-FunctionName. - Added alias
tfnforTest-FunctionName. - Added command
Get-FunctionProfileand aliasgfp. - Revised warning message in
Get-FunctionAttributeandGet-ParameterBlockto 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
Desktopcompatible. - Added a parameter called
AsTreetoGet-ModuleLayoutto show module layout as a tree. - Moved code to parse path for
ASTdata 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.