Releases: max-mapper/extract-zip
Releases · max-mapper/extract-zip
2.0.1
2.0.0
Changes
Added
Changed
- Required Node 10.12 (#89). As a result, the
mkdirp
dependency was removed. - Switched from
concat-stream
toget-stream
(#90) to lower the number of transitive dependencies
Removed
Internals
- Heavy refactors for code clarity
- Switched from tape to AVA for tests (#90)
- Switched from Travis CI to GitHub Actions
- Changed files are checked/fixed for lints via a pre-commit hook (#91)
Upgrade Guide
- This module has dropped support for versions of Node.js < 10.12.0.
- This module uses a Promise-based API instead of a callback-based API. If you still need to use a callback-based API, look into
util.callbackify
or similar functions. - For TypeScript codebases, remove
@types/extract-zip
as a TypeScript definition is bundled with the module.