Releases: SteezCram/sevenzip
Releases · SteezCram/sevenzip
Progress callback fix and code refactoring
Progress callback fix
Fix incorrect data reporting for the progress callback.
Remove native dependency
Scope name and general fix
This version brings a general fix to the project:
- Add .gitignore
- Remove node-pre-gyp since @mapbox/node-pre-gyp is installed
- Upgrade package version
Also, the package now use a scope name: @steezcram/sevenzip available here. The non-scope version is now deprecated.
API stability
Increase API stability:
- better check for the parameters
- the progressCallback is now not a mandatory parameter
The package now installs the new version of node-pre-gyp when you install the package through the npm install / yarn add
command.
Fixes
Cross-platform support
Adding cross-platform support through 7zz for macOS
et Linux
.
All the commands are supported as well as all the common parameters.