Releases: gildas-lormeau/zip.js
Releases · gildas-lormeau/zip.js
v2.7.43
- Fixed an issue with zip files incorrectly detected as using zip64 under particular circumstances (e.g. when they contain exactly 65536 entries) when trying to read them
v2.7.42
- Added
decodeText
andencodeText
options to handle text encoding of filenames and comments when reading and writing a zip file respectively (see #507). - Fixed issue where creating a zip file without Deflate implementation could lead to a corrupted zip file (see #508).
v2.7.41
Added combineSizeEocd
option in HttpReader
(see https://gildas-lormeau.github.io/zip.js/api/interfaces/HttpOptions.html)
What's Changed
- Add explicit
preventHeadRequest
false check. by @bwbroersma in #499 - Add
combineSizeEocd
option to combine range size with eocd by @bwbroersma in #500 - Add preventHeadRequest=false and
combineSizeEocd
Typescript definitions. by @bwbroersma in #501 - Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #496
Full Changelog: v2.7.40...v2.7.41
v2.7.40
Fix regression introduced in version v2.7.38 leading to some streams being not closes internally
v2.7.38
- Fixed missing documentation
- Fixed ignored exceptions when closing
WritableStream
instances used internally
v2.7.37
v2.7.36
Fixed missing exported interfaces in the index.d.ts
file.
v2.7.35
What's Changed
- Added
ZipReaderStream
&ZipWriterStream
classes by @BlackAsLight in #488
New Contributors
- @BlackAsLight made their first contribution in #488
Full Changelog: v2.7.34...v2.7.35
v2.7.34
v2.7.33
terminateWorkers()
can be called asynchronously in order to wait for the termination of all workers- Fixed detection of the
Worker
API (see #480) - Fixed support of
chunkSize
option - Fixed other minor issues