Releases: mockingbot/react-native-zip-archive
Releases · mockingbot/react-native-zip-archive
4.1.5
- Fix progress is not updated on iOS. (#167)
- Make it compatible with Android 6.(#168)
4.1.4
- fix wrong file structure using zipWithPassword thanks to #164 opened by @kenyuwin
- solved the issue #163
4.1.2
- resolve Path Traversal vulnerability issue reported at #145
4.1.0
NOTE:
Be sure to relink this package via
react-native unlink react-native-zip-archive
react-native link react-native-zip-archive
or manually add libiconv and Security.framework to your targets after updating.
UPDATES:
- add
zipWithPassword
to attach the password to archive while zipping, thanks to initial work of @brystfire08 in this PR #133. Solved issue #123.
- update
SSZipArchive
to 2.2.2.
4.0.3
- fix path traversal vulnerability issue reported in issue #134 via PR #138
- update zip4j from 1.3.2 to 1.3.3 thanks @ratson in this PR #136
- update the peer deps version of react and react-native.
4.0.0
- mark 3.0.2 as a breaking change since it is not backward compatible with react-native before 0.58.
3.0.2
- support react-native0.58
- support unzip with the password using unzipWithPassword on iOS
- fix zipping path issue on Android