v2.0.2
What's Changed
All PowerShell functions are now binary cmdlets. There are a few bug fixes and lots of code improvements. The cmdlet's functionality remains the same with a few parameter renaming:
-
ConvertTo-GzipString
: #9 -
ConvertFrom-GzipString
: #11 -
Expand-GzipArchive
: #14 -
Compress-GzipArchive
: #15- Renamed
-DestinationPath
to-Destination
and alias added to maintain compatibility.
- Renamed
-
Compress-ZipArchive
: #17- Renamed
-DestinationPath
to-Destination
and alias added to maintain compatibility.
- Renamed
Full Changelog: v2.0.1...v2.0.2