3.0.0
- The encoded data in zip format is not copied anymore, which should improve performance.
- Checksum validation is now always performed with libz and way faster.
- The
skipCheckSumValidation:
parameter of.unzip()
was removed. - Items of the algorithm enum type are now Swift like lowercase, e.g.
.LZMA
→.lzma