v2.6.7
·
1826 commits
to master
since this release
Fixed a regression introduced in version 2.5 that prevented the keepOrder option from working correctly when creating multiple entries in a zip file simultaneously (e.g. when calling await Promise.all([zipWriter.add(...), zipWriter.add(...), ...])).