ZipArchives v2.4.0
Merged pull requests:
- Test XLSX in downstream tests (#78) (@nhz2)
- Add example of streaming only one file in the archive (#80) (@nhz2)
- Optimize
zip_findlast_entry
and add benchmarks (#81) (@nhz2) - Check size of the central directory is correct when reading (#82) (@nhz2)
- Port new go test and change EOCD search to match yauzl (#83) (@nhz2)
- Fixes and tests for 1.11 (#84) (@nhz2)
- Bump version to 2.4.0 (#85) (@nhz2)
Closed issues:
- Read only one file in the archive, without loading the data of the others (#79)