Skip to content

Releases: mockingbot/react-native-zip-archive

4.1.5

29 Aug 10:10
Compare
Choose a tag to compare
  • Fix progress is not updated on iOS. (#167)
  • Make it compatible with Android 6.(#168)

4.1.4

17 Aug 15:53
Compare
Choose a tag to compare
  • fix wrong file structure using zipWithPassword thanks to #164 opened by @kenyuwin
  • solved the issue #163

4.1.3

12 Aug 04:59
Compare
Choose a tag to compare

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