Releases: reallyasi9/ZipStreams.jl
v2.2.0
ZipStreams v2.2.0
Merged pull requests:
- Use
position
instead ofstats
(#29) (@nhz2) - Add explicit modules argument to makedocs (#30) (@reallyasi9)
v2.1.1
ZipStreams v2.1.1
Merged pull requests:
- Add CompatHelper action (#24) (@reallyasi9)
- CompatHelper: bump compat for TranscodingStreams to 0.10, (keep existing compat) (#25) (@github-actions[bot])
- Add CI github action (#26) (@reallyasi9)
- Fix broken broken test (#27) (@reallyasi9)
- Bump version to v2.1.1 (#28) (@reallyasi9)
v2.1.0
ZipStreams v2.1.0
Merged pull requests:
- Replace copied CRC32 code with imported CRC32.jl (#22) (@reallyasi9)
- Add CRC32_INIT constant back to satasfy tests (#23) (@reallyasi9)
2.0.0: WNMHGB
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
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
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.