max-mapper / extract-zip

Zip extraction written in pure JavaScript. Extracts a zip into a directory.
BSD 2-Clause "Simplified" License
391 stars 127 forks source link

refactor: replace callback-style API with Promise-style API #90

Closed malept closed 4 years ago

malept commented 4 years ago

BREAKING CHANGE: drops callback-style support in favor of a Promises-based API. If you still need callback-style support, see util.callbackify.

Additional changes:

Fixes #81 Closes #46