Skip to content

Releases: gildas-lormeau/zip.js

v2.7.43

24 Apr 09:12
Compare
Choose a tag to compare
  • 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

23 Apr 15:01
Compare
Choose a tag to compare
  • Added decodeText and encodeText 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

02 Apr 12:40
Compare
Choose a tag to compare

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

07 Mar 16:53
Compare
Choose a tag to compare

Fix regression introduced in version v2.7.38 leading to some streams being not closes internally

v2.7.38

07 Mar 14:27
Compare
Choose a tag to compare
  • Fixed missing documentation
  • Fixed ignored exceptions when closing WritableStream instances used internally

v2.7.37

04 Mar 20:58
Compare
Choose a tag to compare

Fixed potential uncaught exception (see #493)

v2.7.36

29 Feb 00:02
Compare
Choose a tag to compare

Fixed missing exported interfaces in the index.d.ts file.

v2.7.35

24 Feb 13:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.34...v2.7.35

v2.7.34

29 Jan 22:22
Compare
Choose a tag to compare
  • Added option rawPassword to provide passwords not encoded in UTF-8 (see #477)

v2.7.33

27 Jan 13:44
Compare
Choose a tag to compare
  • 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