-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7fa89d9
commit 06ddf13
Showing
13 changed files
with
324 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# Changelog for PSTypeExtensionTools | ||
|
||
## 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 | ||
|
||
- Modified `Export-PSTypeExtension` to export to a ps1xml file (Issue #11) | ||
- release to the PowerShell Gallery | ||
- Updated documentation | ||
- Updated samples | ||
|
||
## v0.5.1 | ||
|
||
- fixed bug in the CimInstance json sample | ||
- fixed link bug in README.md file | ||
|
||
## 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 | ||
|
||
- 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 | ||
|
||
## v0.2.0 | ||
|
||
- renamed commands for consistency with module name | ||
- updated help documentation | ||
- Added `Set-PSTypeExtension` as an alias to `Add-PSTypeExtension` | ||
|
||
## v0.1.0 | ||
|
||
- major changes to functions and design | ||
- Added `Get-PSType` function | ||
- Added `Get-MyTypeExtension` function | ||
- Added `Get-MyTypeExtension` function | ||
|
||
## v0.0.4 | ||
|
||
- Updated to handle other member type (Issue #2) | ||
|
||
## v0.0.3 | ||
|
||
- added ShouldSupportProcess for `Import-MyTypeExtension` (Issue #1) | ||
- updated help | ||
- updated manifest | ||
|
||
## v0.0.2 | ||
|
||
- added a manifest | ||
|
||
## v0.0.1 | ||
|
||
- Initial module |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.