Releases: gildas-lormeau/zip.js
Releases · gildas-lormeau/zip.js
v2.6.68
Fixed: call Reader#init
after async operations to prevent potential race condition leading to exceptions being thrown
v2.6.67
Added ZipEntry#rename
method
v2.6.66
Fixed uncaught exceptions when writing a zip file with the option buferredWrite
set to true
and aborting the process
v2.6.65
Added .npmignore
file to publish only necessary files on NPM
v2.6.63
v2.6.62
v2.6.61
- Improved zip64 support when creating zip files by writing only the necessary data
- Fixed value of the "last disk number" when reading zip files which could lead to a "split file" error with some zip file using zip64
v2.6.60
- Updated dev dependencies
v.2.6.59
v2.6.57
Fixed potential stream error when adding entries concurrently in a zip file with the option keepOrder
explicitly set to false