- Removed default command prefix in the module manifest, accidentally left in from a demonstration.
- Code cleanup and re-formatting.
- Help updates.
- Updated
README.md
.
- Fixed bug in
New-PSPropertySet
that failed to recognize a custom type. (Issue #21) - Re-organized module layout.
- Help updates.
- Updated
README.md
.
- 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
.
- 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
.
- 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.
- Re-organized module structure.
- Added command
New-PSPropertySet
to create a ps1xml file that defines a custom property set. (Issue #15) - Modified
Get-PSTypeExtension
to hideCodeProperty
values by defaults. (Issue #17) - Modified
Get-PSTypeExtension
to display results sorted by member type and name.
- Fixed error in exporting aliases.
- Updated license file.
- Very minor help corrections.
- 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
.
- 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
.
- File cleanup for the PowerShell Gallery.
- Exported Samples folder as a variable to make it easier to import.
- code cleanup
- markdown cleanup
- help cleanup
- Updates to
README.md
- Fixed
Import-PSTypeExtension
bug piping in json/xml files (Issue #13) - Updated About help documentation
- Modified pipeline processing in
Get-PSTypeExtension
(Issue #12)
- Modified
Export-PSTypeExtension
to export to a ps1xml file (Issue #11) - release to the PowerShell Gallery
- Updated documentation
- Updated samples
- fixed bug in the CimInstance json sample
- fixed link bug in README.md file
- 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
- 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.
- fixed bug in
Get-PSTypeExtension
that was writing a blank object to the pipeline. (Issue #3) - Added support for WhatIf to
Export-PSTypeExtension
(Issue #2) - documentation update
- renamed commands to be consistent with the module name
- updated help documentation
- Added
Set-PSTypeExtension
as an alias toAdd-PSTypeExtension
- major changes to functions and design
- Added
Get-PSType
function - Added
Get-MyTypeExtension
function - Added
Get-MyTypeExtension
function
- Updated to handle other member type (Issue #2)
- added ShouldSupportProcess for
Import-MyTypeExtension
(Issue #1 - updated help
- updated manifest
- added a manifest
- Initial module