Releases: mockingbot/react-native-zip-archive
Releases · mockingbot/react-native-zip-archive
v7.1.1
What's Changed
Bug Fixes
- Fix Android build failure: invalid switch selector type double in getCompressionLevel (#342) by @FerRiv3ra
Contributors
Thanks to @FerRiv3ra for the fix!
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!
v7.0.2
v7.0.1
v7.0.0
v6.1.2
v6.1.1
v6.1.0
v6.0.9
v6.0.8
- Fix warning
new NativeEventEmitter was called with a non-null argument without the required [addListener/removeListeners] method, thanks to @TheAlmightyBob