Skip to content

Releases: tomasf/Zip

2.1.1

22 Dec 12:56

Choose a tag to compare

Hide Miniz from public interface for library evolution support

  • Add @_implementationOnly to all Miniz imports to prevent the C module from appearing in the public Swift interface
  • Enables use with BUILD_LIBRARY_FOR_DISTRIBUTION for XCFramework builds

2.1

27 Jun 09:46

Choose a tag to compare

2.1

Add a new .readOnly mode for only reading file archives.

2.0.1

05 Jan 16:20

Choose a tag to compare

Add a new mode parameter for making file-based archives that overwrite existing files.

try ZipArchive(url: url, mode: .overwrite)

2.0

04 Jan 12:09

Choose a tag to compare

2.0

Version 2 is a rewrite with improvements and bug fixes. You no longer have to choose between opening an archive file for reading or writing. Errors from Miniz are surfaced as Swift Errors. There are some basic tests. File handling works properly on Windows.

1.0

09 Dec 13:45

Choose a tag to compare

1.0

Initial release