v2.6.43
·
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.
ReadableStreaminstances) - 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.jsfile and theindex.d.tsfile (fix warnings in VSCode when editingindex.d.ts)