Releases: gildas-lormeau/zip.js
Releases · gildas-lormeau/zip.js
v2.7.32
v2.7.31
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)
v2.7.30
- Fixed bug when creating empty encrypted entries
- Fixed error when calling
ZipDirectoryEntry#addFileSystemHandle()
withundefined
handles
v2.7.29
FS
API: the option bufferedWrite
is now set to true
by default when calling export*
methods (e.g. exportBlob()
) in order to use multiple web workers by default
v2.7.28
- Added missing
FS#addUint8Array
method - Fixed potential issue leading to larger files than expected (max. 64 bytes) when creating split zip files in usdz format
v2.7.27
- Added
model/vnd.usdz+zip
in getMimeType - Added support of the
USDZ
extra field inZipReader
v2.7.26
v2.7.25
- Added support of USDZ file format:
- New option
usdz
when creatingZipWriter
instances, see https://gildas-lormeau.github.io/zip.js/api/interfaces/ZipWriterConstructorOptions.html#usdz - Test: https://github.com/gildas-lormeau/zip.js/blob/562443d8da420a2df045d611fb076bee18ae1404/tests/all/test-usdz.js
- New option
- Added LICENSE file in the repository
v2.7.24
FS
API:
- Keep last access and creation date of entries when importing a zip file