Skip to content

Releases: mockingbot/react-native-zip-archive

v6.1.1

07 May 02:11
Compare
Choose a tag to compare

THIS IS THE BREAK CHANGE

  • resolve the 'iOS privacy manifest' issue, thanks to @vomchik. #303

updates

Sorry for not following the semver for including a breaking change.
You need to change the minimum iOS deployment version up to 15.5 in your project via podfile.

v6.1.0

16 Oct 06:57
Compare
Choose a tag to compare
  • new getUncompressedSize API to get the uncompressed size of the zip file, via #287

v6.0.9

29 Nov 03:56
Compare
Choose a tag to compare
  • More flexible versioning on SSZipArchive and log4j

v6.0.8

11 Apr 06:20
Compare
Choose a tag to compare
  • Fix warning new NativeEventEmitter was called with a non-null argument without the required [addListener/removeListeners] method, thanks to @TheAlmightyBob

v6.0.6

27 Dec 01:34
Compare
Choose a tag to compare
  • Replace jCenter with mavenCentral since it's deprecated, thanks @Matergi #253

v6.0.5

31 Oct 14:58
Compare
Choose a tag to compare
  • Ensure unzipped files use the date from the device #249

v6.0.3

31 Oct 14:56
Compare
Choose a tag to compare
  • Fix the with unzip folders on Andriod #239

6.0.2

19 Feb 08:00
Compare
Choose a tag to compare
  • Fixes an issue when building and running instrumented tests (e.g. Detox) for a React Native project on Android #236

6.0.1

14 Feb 00:55
Compare
Choose a tag to compare
  • Fix for npm@7 installation

6.0.0

02 Feb 05:03
Compare
Choose a tag to compare
  • upgrade underlying deps(SSZipArchive on iOS, Zip4j for Android) to the newest version
  • fix Xcode 12 compatibility
  • raise the file permission error properly

Break

drop the support for iOS 9 as requirements of the SSZipArchive, which also did by react-native 0.63