Skip to content

Releases: jdhitsolutions/PSFunctionInfo

PSFunctionInfo_v1.4.0

22 Jan 13:45
Compare
Choose a tag to compare

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

22 Jul 21:12
Compare
Choose a tag to compare

PSFunctionInfo

1.3.0

  • Updated missing online help links.
  • Help documentation updates.
  • Updated README.md.

PSFunctionInfo_v1.2.0

22 Jul 18:10
Compare
Choose a tag to compare

PSFunctionInfo

1.2.0

  • Added custom error messages to ValidateScript() parameter attributes.
  • Added a NoSource parameter to New-PSFunctionInfo to not include the source path.
  • Added Set-PSFunctionInfo and its alias spfi.
  • Added Remove-PSFunctionInfo and its alias rpfi.
  • Help updates.
  • Updated README.md.

PSFunctionInfo_v1.1.0

15 Mar 18:40
Compare
Choose a tag to compare

PSFunctionInfo

1.1.0

  • Fixed DefaultDisplayPropertySet in types.ps1xml file.
  • Added online help links.
  • Updated README.

PSFunctionInfo_v1.0.0

03 May 14:36
Compare
Choose a tag to compare

PSFunctionInfo

1.0.0

  • Restructured module layout.
  • Added a property set called TagInfo.
  • Added command Edit-PSFunctionInfo with an alias of efpi. (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

27 Apr 17:21
Compare
Choose a tag to compare
PSFunctionInfo_v0.6.0 Pre-release
Pre-release

PSFunctionInfo

0.6.0-preview

  • Fixed the -Name parameter argument completer in Get-PSFunctionInfo. The function parameter changed from Name to FunctionName which is why it broke. (Issue #6)
  • Created private function backup_file.
  • Added a -Backup parameter to New-PSFunctionInfo. (Issue #1)
  • Help updates
  • Updated README.md.

PSFunctionInfo_v0.5.0

26 Apr 14:11
Compare
Choose a tag to compare
PSFunctionInfo_v0.5.0 Pre-release
Pre-release

PSFunctionInfo

0.5.0-preview

  • Added an autocompleter for the -Tag parameter in Get-PSFunctionInfo. (Issue #4)
  • Added a private function, new_psfunctioninfo, to create a new PSFunctionInfo object from the metadata block.
  • Changed Name parameter in Get-PSFunctionInfo to FunctionName. 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 to psfunctioninfor.format.ps1xml.
  • Modified psfunctioninfor.format.ps1xml to reduce the Alias 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

22 Apr 13:09
Compare
Choose a tag to compare
PSFunctionInfo_v0.4.0 Pre-release
Pre-release

PSFunctionInfo

0.4.0

  • Added Set-PSFunctionInfoDefaults and Get-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

21 Apr 16:37
Compare
Choose a tag to compare
PSFunctionInfo_v0.3.0 Pre-release
Pre-release

PSFunctionInfo

0.3.0

  • Added online help links.
  • Published pre-release module to the PowerShell Gallery.
  • Updated README.md.