Skip to content

v2.4.23

Choose a tag to compare

@gildas-lormeau gildas-lormeau released this 29 Jun 01:21
· 2148 commits to master since this release
  • Add ReadableStreamReader class to read ReadableStream instances when adding files in a zip file (i.e. when calling ZipWriter#add)
  • Set dataDescriptorSignature option to false by default (when calling ZipWriter#add) in order to produce zip files compatible with macOs Archiver
  • Fix minor issues in index.d.ts

Note that ReadableStreamReader cannot be used when reading zip files because zip.js needs to do random reads.