Skip to content

Releases: gildas-lormeau/zip.js

v2.0.7

21 Jan 12:28
Compare
Choose a tag to compare
  • Fix parsing of filenames and comments encoded in CP437
  • Fix handling of UTF8 filenames and comments stored as extra fields

v2.0.6

21 Jan 03:35
Compare
Choose a tag to compare
  • Fix issue when writing UTF-8 filenames/comments
  • Data copy (i.e. unzipping a non-compressed content without checking the signature) is done in the main thread instead of web workers to improve performances

v2.0.5

20 Jan 18:22
Compare
Choose a tag to compare
  • Fix handling of empty filenames
  • Fix version number in the central directory when a file is encrypted
  • Expose zip.ERR_HTTP_RANGE
  • Add error constants in the typedef file

v2.0.4

20 Jan 14:39
Compare
Choose a tag to compare
  • Fix issue where the worker pool could contain zombie processes on errors
  • Throw exceptions as late as possible when reading a zip file
  • Test if the filename, the comment, and the extra field data does not exceed the maximum size/value when calling ZipWriter#add

v2.0.3

19 Jan 23:12
Compare
Choose a tag to compare
  • Throw encryption/compression errors in Entry#getData instead of ZipReader#getEntries
  • Add property Entry#encrypted set to true when the file entry is encrypted.

v2.0.2

19 Jan 20:18
Compare
Choose a tag to compare
  • Fix a bug when deflating and inflating files in parallel
  • Add types definition of the Core API

version 2.0.0

19 Jan 12:04
Compare
Choose a tag to compare
v2.0.0

official release of the version 2.0