Skip to content

Releases: reallyasi9/ZipStreams.jl

v2.2.0

24 May 19:31
Compare
Choose a tag to compare

ZipStreams v2.2.0

Diff since v2.1.1

Merged pull requests:

v2.1.1

15 Apr 21:00
8a517b4
Compare
Choose a tag to compare

ZipStreams v2.1.1

Diff since v2.1.0

Merged pull requests:

v2.1.0

20 Jun 21:01
Compare
Choose a tag to compare

ZipStreams v2.1.0

Diff since v2.0.0

Merged pull requests:

2.0.0: WNMHGB

03 Feb 03:47
89fd30c
Compare
Choose a tag to compare

This release adds streaming reading of files archived using Data Descriptors. Many changes had to be made to the internal stream reading methods to allow this, but the overall interface is mostly unchanged from version 1. A large number of test files were generated that allow testing of features against nearly every permutation of ZIP archive that might be met in the wild, so this version is likely to have even better compatibility with your archives.

v1.1.0

23 Dec 04:22
Compare
Choose a tag to compare

This release adds convenience functions zip_files and unzip_files to work directly with ZIP archives on disk, and fixes some corner case bugs.

v1.0.0: The Cage

02 Nov 15:45
Compare
Choose a tag to compare

This initial release to the Julia package repository does all the basic ZIP stuff you imagine it would with read-only and write-only streams. Many features are still in the works, and some features are outright broken. Please see the README in the repository for more information, or read the documentation provided for the exported methods in the Julia REPL.