Skip to content

Releases: jdhitsolutions/PSTypeExtensionTools

PSTypeExtensionTools_v1.3.0

23 Oct 16:17
Compare
Choose a tag to compare
  • file cleanup for the PowerShell Gallery
  • Exported Samples folder as a variable to make it easier to import
  • updated About documentation

PSTypeExtensionTools_v1.2.0

28 Sep 14:14
Compare
Choose a tag to compare

v1.2.0

  • code cleanup
  • markdown cleanup
  • help cleanup
  • Updates to README.md

v1.1.0

  • Fixed Import-PSTypeExtension bug piping in json/xml files (Issue #13)
  • Updated About help documentation
  • Modified pipeline processing in Get-PSTypeExtension (Issue #12)

v1.0.0

15 Dec 20:17
Compare
Choose a tag to compare

v1.0.0

  • Modified Export-PSTypeExtension to export to a ps1xml file (Issue #11)
  • release to the PowerShell Gallery
  • Updated documentation
  • Updated samples

v0.5.1-beta

21 Nov 20:05
Compare
Choose a tag to compare
v0.5.1-beta Pre-release
Pre-release

Fixed duplicate entries in the CimInstance json sample file.
Fixed broken link in the repository README.md file.

v0.5.0-beta

14 Nov 17:46
Compare
Choose a tag to compare
v0.5.0-beta Pre-release
Pre-release

v0.5.0

  • Modified Get-PSType to better reflect type names. (Issue #7)
  • added additional sample files.
  • modified Get-PSTypeExtension to include PSTypeExtension as a typename
  • added format ps1xml (Issue #8)
  • revised parameter validation for Get-PSTypeExtension (Issue #10)
  • revised Import-PSTypeExtension to accept pipelined input for filenames (Issue #9)
  • updated documentation

v0.4.0

  • Modified Get-PSTypeExtension so -All is the default (Issue #6)
  • Modified Get-PSTypeExtension to validate typename
  • Updated help documentation to include an About file
  • Reverted Changelog to a text file
  • Updated Strings sample file.

v0.3.0-beta

11 Nov 15:53
Compare
Choose a tag to compare
v0.3.0-beta Pre-release
Pre-release

First public beta that should be close to feature complete. Read the README.md file for an overview of this module and help examples for the individual commands.