Releases: ranisalt/node-argon2
Releases · ranisalt/node-argon2
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.
Security update
Upgrades dependencies to fix a security vulnerability
Security update
Upgrades dependencies to fix a security vulnerability
v0.27.0
v0.26.2
v0.26.1
v0.26.0: Fix associated data error with TypeScript (#240)
Yet another try to fix prebuilds, also fixes associated data typing.
v0.25.1: Fix upload prebuilds in Travis CI (#215)
* Fix node-pre-gyp-github mismatch * Fix .travis.yml and remove env * Remove appveyor in favor of travis windows * Add windows build * Fix windows build