Zip.js Versions Save

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.

v2.7.41

3 weeks ago

Added combineSizeEocd option in HttpReader (see https://gildas-lormeau.github.io/zip.js/api/interfaces/HttpOptions.html)

What's Changed

Full Changelog: https://github.com/gildas-lormeau/zip.js/compare/v2.7.40...v2.7.41

v2.7.40

1 month ago

Fix regression introduced in version v2.7.38 leading to some streams being not closes internally

v2.7.38

1 month ago
  • Fixed missing documentation
  • Fixed ignored exceptions when closing WritableStream instances used internally

v2.7.37

1 month ago

Fixed potential uncaught exception (see #493)

v2.7.36

1 month ago

Fixed missing exported interfaces in the index.d.ts file.

v2.7.35

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gildas-lormeau/zip.js/compare/v2.7.34...v2.7.35

v2.7.34

2 months ago

v2.7.33

3 months ago
  • terminateWorkers() can be called asynchronously in order to wait for the termination of all workers
  • Fixed detection of the Worker API (see #480)
  • Fixed support of chunkSize option
  • Fixed other minor issues

v2.7.32

4 months ago

Fixed potential data corruption in Deno when using Web Workers (Thanks to @vi117, see #466)

v2.7.31

5 months ago

ZipReader: added support of invalid zip files with truncated preprended data (e.g. self-extracting files where the program part has been truncated without fixing the zip payload)