Releases: pixelglow/ZipZap
Releases · pixelglow/ZipZap
8.1: Add fine-grained filename encoding
- Fix last modified date inaccurately stored.
- Fix exception build settings, especially with CocoaPods.
- Target iOS, OS X and tvOS frameworks.
- Add modern initializers, nullability and lightweight generics.
- Add fine-grained filename encoding.
Note: this is a breaking change for accessing non-ASCII zip entry fileName
created by non-conforming zip programs e.g. the Mac OS X zip
command line. Use fileNameWithEncoding:
to force a particular encoding instead.
8.0: Improve archive init API
- Fix low mmap underflow crash.
- Fix inflate buffer leak when decompressing entire data.
- Fix library not linking on simulator build.
- Ensure fileData is actually copied when reading uncompressed zip files.
- Decrypting with wrong password now errors immediately
- Improve archive init API.