Releases: ranisalt/node-argon2
Releases · ranisalt/node-argon2
v0.29.0
MacOS M1 builds are here! We are finally closing #305
New Contributors
- @EmmanouilSpitaliorakis made their first contribution in #346
- @gunwd made their first contribution in #348
Full Changelog: v0.28.7...v0.29.0
v0.28.7
v0.28.6
v0.28.5
v0.28.4
v0.28.3
ARM64 builds
See #296 for more info
Fix Alpine builds
Since node-gyp was updated, it was requiring Python 3 instead of Python 2 (finally!). This release fixes the build process.
Fixes #301
Bump to minimum requirements
Drops support for Node 10.x and Ubuntu 16.04, upgrade to Node 12.x and Ubuntu 18.04 if you need the latest updates. Older versions do not provide required features for node-argon2 to work properly.
Solves #300
Dependency update
Upgrades to node-gyp v8, as v7.x was causing issues when compiling on OS X. See #295 for more information.