Skip to content

v2.0.2

Compare
Choose a tag to compare
@santisq santisq released this 16 Jul 23:08
· 128 commits to main since this release

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
    • Renamed -DestinationPath to -Destination and alias added to maintain compatibility.
    • Added parameter -Update.
    • Added parameter -Force.
  • Compress-GzipArchive: #15
    • Renamed -DestinationPath to -Destination and alias added to maintain compatibility.
  • Compress-ZipArchive: #17
    • Renamed -DestinationPath to -Destination and alias added to maintain compatibility.

Full Changelog: v2.0.1...v2.0.2