Skip to content

v2.6.43

Choose a tag to compare

@gildas-lormeau gildas-lormeau released this 11 Oct 22:47
· 1500 commits to master since this release
  • Fixed minor issue where zip64 entries would be unnecessarily used when compressing/aborting compression of large amounts of data or data with unknown size (e.g. ReadableStream instances)
  • Added some additional info in the API documentation related to the options used when creating a zip file (see https://gildas-lormeau.github.io/zip.js/api/interfaces/ZipWriterAddDataOptions.html)
  • Fixed association between the index.js file and the index.d.ts file (fix warnings in VSCode when editing index.d.ts)