v2.4.23
·
2148 commits
to master
since this release
- Add
ReadableStreamReaderclass to readReadableStreaminstances when adding files in a zip file (i.e. when callingZipWriter#add) - Set
dataDescriptorSignatureoption tofalseby default (when callingZipWriter#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.