- 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
.
- 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.
- 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.
- Moved helper functions in
New-ModuleFromFiles
tofunctions\private\helpers.ps1'
. - Updated
New-ModuleFromFiles
to useFunctionpath
parameter when creating the root psm1 file. - Added function
New-ModuleFromLayout
. - Help updates.
- Added sample scripts.
- Modified
New-CommentHelp
with a-TemplateOnly
parameter to generate help without any parameter definitions. - Modified
Get-FunctionName
to acceptPath
parameter values from pipeline input. - Modified
Get-ParameterBlock
to acceptPath
andName
values from pipeline input by property name. - Added function
New-ModuleFromFiles
. This should be considered experimental.
- Updated help documentation.
- Modified
Format-FunctionName
to accept pipeline input by value. - Added function
Get-ParameterBlock
with an alias ofgpb
. - Added function
Get-FunctionAttribute
with an alias ofgfa
. - Added a parameter called
Detailed
toGet-FunctionName
to write a custom object to the pipeline which includes the path to the file. Added a custom format filepsfunctionname.format.ps1xml
.
- Initial files.
- Added
Get-ModuleLayout
with format filemodulelayout.format.ps1xml
. - Modified
Get-PSScriptRequirements
to write aPSScriptRequirements
object to the pipeline. Added the format filepsscriptrequirements.format.ps1xml
. - Updated help documentation.