Releases: gildas-lormeau/zip.js
Releases · gildas-lormeau/zip.js
v2.0.7
- Fix parsing of filenames and comments encoded in CP437
- Fix handling of UTF8 filenames and comments stored as extra fields
v2.0.6
- 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
- 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
- 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
- Throw encryption/compression errors in
Entry#getData
instead ofZipReader#getEntries
- Add property
Entry#encrypted
set totrue
when the file entry is encrypted.
v2.0.2
- Fix a bug when deflating and inflating files in parallel
- Add types definition of the Core API
version 2.0.0
v2.0.0 official release of the version 2.0