Skip to content

Releases: gildas-lormeau/zip.js

v2.6.68

21 Feb 13:59
Compare
Choose a tag to compare

Fixed: call Reader#init after async operations to prevent potential race condition leading to exceptions being thrown

v2.6.67

20 Feb 20:00
Compare
Choose a tag to compare

Added ZipEntry#rename method

v2.6.66

20 Feb 00:40
Compare
Choose a tag to compare

Fixed uncaught exceptions when writing a zip file with the option buferredWrite set to true and aborting the process

v2.6.65

15 Feb 19:52
Compare
Choose a tag to compare

Added .npmignore file to publish only necessary files on NPM

v2.6.63

08 Feb 13:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.62...v2.6.63

v2.6.62

14 Jan 00:37
Compare
Choose a tag to compare

Fix issue with passwords longer than 16 bytes when handling encrypted zip files in environments where SubtleCrypto.importKey() does not exist (see #390)

v2.6.61

16 Dec 01:15
Compare
Choose a tag to compare
  • 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

28 Nov 01:30
Compare
Choose a tag to compare
  • Updated dev dependencies

v.2.6.59

28 Nov 00:37
Compare
Choose a tag to compare

Refactored code in lib/core/streams/codecs/sjcl.js: transformed ES3 class into ES6 class (see #382)

v2.6.57

24 Nov 02:39
Compare
Choose a tag to compare

Fixed potential stream error when adding entries concurrently in a zip file with the option keepOrder explicitly set to false