ZipArchive v2.1.0 Release Notes

Release Date: 2017-10-09 // over 6 years ago
  • ๐Ÿ†• New:

    • Optional AES zipping for compatibility with Archive Utility, Unzip, etc. (fix #228)
    • (breaking) Optional unzipping of nested zip (fix #319)

    ๐Ÿ›  Fix:

    • โšก๏ธ Support unzipping incorrect headers (fix #211) note: update to ZipArchive 2.1.1 for a proper fix
    • (breaking) Removing zipArchiveDidUnzipArchiveFile:entryPath:destPath: (fix #387)
    • ๐Ÿ‘Œ Support unzipping empty zip files (#390)
    • Avoiding creating an extra file to zip an empty folder (#392)
    • Report error for incorrect password (fix #395)