Releases: jdhitsolutions/PSTypeExtensionTools
Releases · jdhitsolutions/PSTypeExtensionTools
PSTypeExtensionTools_v1.10.1
PSTypeExtensionTools
v1.10.1
- Removed default command prefix in the module manifest, accidentally left in from a demonstration.
PSTypeExtensionTools_v1.10.0
PSTypeExtensionTools
v1.10.0
- Code cleanup and re-formatting.
- Help updates.
- Updated
README.md
.
PSTypeExtensionTools_v1.9.0
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
v1.8.0
- Fixed bugs in
Get-PSTypeExtension
andExport-PSTypeExtension
where I needed to let the user force recognizing a type name. (Issue #20) - Help updates.
- Updated
README.md
.
PSTypeExtensionTools_v1.7.1
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
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
v1.6.0
PSReleaseTools_v1.5.1
Change Log for PSTypeExtensionTools
v1.5.1
- Fixed error in properly exporting aliases.
- Updated license file.
- Very minor help corrections.
PSTypeExtensionTools_v1.5.0
Change Log for PSTypeExtensionTools
v1.5.0
- Added new parameter,
-IncludeDeserialized
, onAdd-PSTypeExtension
(Issue #14) - Modified
Import-PSTypeExtension
to allow piping files into the command. - Added alias
Type
to-MemberType
parameter ofAdd-PSTypeExtension
- Added alias
Name
to-MemberName
parameter ofAdd-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
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