Skip to content

Releases: mockingbot/react-native-zip-archive

4.1.2

28 Jul 07:23
Compare
Choose a tag to compare
  • resolve Path Traversal vulnerability issue reported at #145

4.1.1

01 Jul 05:04
Compare
Choose a tag to compare
  • Fix for cocoapods users

4.1.0

21 Jun 01:41
Compare
Choose a tag to compare

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

08 Jun 11:20
Compare
Choose a tag to compare
  • 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.1

07 May 09:26
Compare
Choose a tag to compare
v4.0.1

4.0.0

12 Mar 02:56
Compare
Choose a tag to compare
  • mark 3.0.2 as a breaking change since it is not backward compatible with react-native before 0.58.

3.0.2

06 Mar 16:38
Compare
Choose a tag to compare
  • support react-native0.58
  • support unzip with the password using unzipWithPassword on iOS
  • fix zipping path issue on Android

3.0.1

03 Aug 13:53
Compare
Choose a tag to compare
fix compatibility issue with unzipWithPassword

3.0.0

18 Sep 15:30
Compare
Choose a tag to compare

Breaking changes:

  • compatible with React Native 0.56, need to update your app's targetSdkVersion to at least 26.

2.2.6

06 Mar 16:35
Compare
Choose a tag to compare
fix compatibility issue with unzipWithPassword