Skip to content

v7.1.0

Choose a tag to compare

@plrthink plrthink released this 12 Apr 14:50
· 53 commits to master since this release

What's Changed

New Features

  • Add compression level argument (#332) by @m@rtin.sh

    • Added compressionLevel parameter to zip() and zipWithPassword() functions
    • Added constants: DEFAULT_COMPRESSION, NO_COMPRESSION, BEST_SPEED, BEST_COMPRESSION
    • Supports compression levels 0-9 on both platforms
    • Note: On iOS, compression level only works with directory sources
  • Add AES encryption support for zipFolderWithPassword on iOS (#337) by @superandrew213

    • zipFolderWithPassword now supports AES encryption on iOS
    • Improved error messages in unzipWithPassword
    • Note: zipFilesWithPassword still uses standard encryption

Bug Fixes

  • Fix Android crash due to null promise rejection code (#336) by @pSapien

Contributors

Thanks to @m@rtin.sh, @superandrew213, and @pSapien for their contributions!