Skip to content

Releases: jdhitsolutions/PSTypeExtensionTools

PSTypeExtensionTools_v1.9.0

10 Aug 22:49
Compare
Choose a tag to compare

PSTypeExtensionTools

v1.9.0

  • Fixed bug in New-PSPropertySet that failed to recognize a custom type. (Issue #21)
  • Re-organized module layout.
  • Help updates.
  • Updated README.md.

PSTypeExtensionTools_v1.8.0

10 Mar 22:16
Compare
Choose a tag to compare

v1.8.0

  • Fixed bugs in Get-PSTypeExtension and Export-PSTypeExtension where I needed to let the user force recognizing a type name. (Issue #20)
  • Help updates.
  • Updated README.md.

PSTypeExtensionTools_v1.7.1

09 Mar 21:02
Compare
Choose a tag to compare

v1.7.1

  • Fixed bug in New-PSPropertySet that failed to correct typename case. (Issue #19)
  • Updated online help link for New-PSPropertySet.
  • Added sample file process.types.ps1xml.
  • Updated README.md.

PSTypeExtensionTools_v1.7.0

09 Mar 19:57
Compare
Choose a tag to compare

v1.7.0

  • Added services.types.ps1xml to samples folder.
  • Updated README.md.
  • Updates README.md in Samples folder.
  • Changed statements using Out-Null to use [void].
  • Modified Export-PSTypeExtension to support appending in a very specific use-case. (Issue #16)
  • Added a private function, _convertTypeName to convert typename values to properly cased names.
  • Modified Export-PSTypeExtension to add a -Passthru parameter. (Issue #18)
  • Updated help.

PSTypeExtensionTools_v1.6.0

08 Mar 21:22
Compare
Choose a tag to compare

v1.6.0

  • Re-organized module structure.
  • Added command New-PSPropertySetto create a ps1xml file that defines a custom property set. (Issue #15)
  • Modified Get-PSTypeExtension to hide CodeProperty values by defaults. (Issue #17)
  • Modified Get-PSTypeExtension to display results sorted by member type and name.

PSReleaseTools_v1.5.1

29 Feb 16:19
Compare
Choose a tag to compare

Change Log for PSTypeExtensionTools

v1.5.1

  • Fixed error in properly exporting aliases.
  • Updated license file.
  • Very minor help corrections.

PSTypeExtensionTools_v1.5.0

21 Sep 06:19
Compare
Choose a tag to compare

Change Log for PSTypeExtensionTools

v1.5.0

  • Added new parameter, -IncludeDeserialized, on Add-PSTypeExtension (Issue #14)
  • Modified Import-PSTypeExtension to allow piping files into the command.
  • Added alias Type to -MemberType parameter of Add-PSTypeExtension
  • Added alias Name to -MemberName parameter of Add-PSTypeExtension
  • Added online help links
  • Updated some of the sample json files to include deserialized type versions
  • Updated help documentation
  • Updated README.md

PSTypeExtensionTools_v1.4.0

18 Feb 23:42
Compare
Choose a tag to compare

v1.4.0

  • Modified manifest to require PowerShell 5.1
  • Modified manifest to support both Desktop and Core PSEditions
  • Updates to some of the sample files
  • Updated README.md

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)