v7.1.0
What's Changed
New Features
-
Add compression level argument (#332) by @m@rtin.sh
- Added
compressionLevelparameter tozip()andzipWithPassword()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
- Added
-
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
Contributors
Thanks to @m@rtin.sh, @superandrew213, and @pSapien for their contributions!