Skip to content

Releases: ranisalt/node-argon2

Fix Alpine builds

02 Jun 19:14
Compare
Choose a tag to compare

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

02 Jun 10:17
Compare
Choose a tag to compare

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

30 Apr 16:59
Compare
Choose a tag to compare

Upgrades to node-gyp v8, as v7.x was causing issues when compiling on OS X. See #295 for more information.

Security update

31 Mar 20:46
Compare
Choose a tag to compare

Upgrades dependencies to fix a security vulnerability

Security update

11 Dec 23:42
7342ced
Compare
Choose a tag to compare

Upgrades dependencies to fix a security vulnerability

v0.27.0

13 Aug 20:53
0deddbe
Compare
Choose a tag to compare
Remove EOLd Node 13.x

v0.26.2

08 Apr 20:39
Compare
Choose a tag to compare
Update dependencies, bump version and some other fixes

v0.26.1

28 Feb 17:29
Compare
Choose a tag to compare
- Drop redundant package_name key
- Update minimum node engine version

v0.26.0: Fix associated data error with TypeScript (#240)

11 Feb 13:21
1469f07
Compare
Choose a tag to compare

Yet another try to fix prebuilds, also fixes associated data typing.

v0.25.1: Fix upload prebuilds in Travis CI (#215)

13 Nov 02:54
Compare
Choose a tag to compare
* 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