Skip to content

Releases: ranisalt/node-argon2

v0.41.1

31 Aug 22:11
Compare
Choose a tag to compare

Finally fixed the bug with generated types specifying any instead of Buffer for byte inputs (closes #403)

We also added provenance to the publishing, so you can track what commit was used to build each published version from now on.

Full Changelog: v0.41.0...v0.41.1

v0.41.0

25 Aug 20:41
Compare
Choose a tag to compare

What's Changed

  • Disable LTO to avoid missing symbols in some envs by @amarshall in #415

New Contributors

Full Changelog: v0.40.2...v0.41.0

v0.40.0

22 Feb 21:34
Compare
Choose a tag to compare

What's Changed

Prebuilt binaries are now shipped regardless of the platform, to avoid increasingly common issues of mismatch between development and production platform, and to help shipping Electron apps.

Full Changelog: v0.31.2...v0.40.0

v0.31.2

04 Nov 21:50
Compare
Choose a tag to compare

Note: this is the last version that will support Node 16 since it's support has ended on 2023-09-11. Please upgrade to 18 or preferably 20 as soon as possible.

What's Changed

New Contributors

Full Changelog: v0.31.1...v0.31.2

v0.31.1

01 Sep 23:57
Compare
Choose a tag to compare

Maintenance release intended to fix missing prebuilts due to failure when building v0.31.0

Note: v0.31.x will be the last version supporting Node v16. Please update to Node v18 or newer.

Full Changelog: v0.31.0...v0.31.1

v0.31.0

02 Aug 21:26
Compare
Choose a tag to compare

What's Changed

Please update to v0.31.0 as soon as possible.

New Contributors

Full Changelog: v0.30.3...v0.31.0

v0.30.3

05 Jan 02:34
Compare
Choose a tag to compare

What's Changed

  • Change binding resolution to mitigate "Module parse failed" errors by @Voltra in #366

New Contributors

Full Changelog: v0.30.2...v0.30.3

v0.30.2

08 Nov 15:17
Compare
Choose a tag to compare

Fixes #362

v0.30.1

13 Oct 19:24
Compare
Choose a tag to compare

Defaults have been updated to use RFC recommended values, see #360

v0.29.1

23 Aug 11:51
Compare
Choose a tag to compare

Added builds for FreeBSD, closes #320 and hopefully fixes coder/code-server#4669 coder/code-server#4670