Skip to content

1.4.0

Latest
Compare
Choose a tag to compare
@buh buh released this 12 Oct 17:27
· 6 commits to main since this release

Main update

The default decompressor moved to ZIPEntry as a static closure:

ZIPEntry.decompress = { data in
    // ... a custom decompression
}

Other changes

  • ZIPProgress.callback as @Sendable
  • Added labels for ZIP entries data: (entry: ZIPEntry, data: Data)