Skip to content

Releases: ranisalt/node-argon2

v0.45.1

Choose a tag to compare

@ranisalt ranisalt released this 21 Jul 23:38

Fixes an issue with v0.45.0 where TypeScript generated types for the hash function as returning Promise<any>

Full Changelog: v0.45.0...v0.45.1

v0.45.0

Choose a tag to compare

@ranisalt ranisalt released this 18 Jul 20:20

What's Changed

Drops support for Node 18 and 20 (probably still works, but isn't tested)

  • Add comparison with node:crypto and clarify parameter usage in README.md by @cbodin in #491
  • Fix compilation on solaris by @matt-fidd in #538

New Contributors

Full Changelog: v0.44.0...v0.45.0

v0.44.0

Choose a tag to compare

@ranisalt ranisalt released this 10 Aug 23:31

What's Changed

Full Changelog: v0.43.1...v0.44.0

v0.43.1

Choose a tag to compare

@ranisalt ranisalt released this 14 Jul 17:10

Fixes #456 caused by Typescript 5.7 changing how Buffer types work (see microsoft/TypeScript#59417). FreeBSD ARM64 prebuilds are now available.

What's Changed

New Contributors

Full Changelog: v0.43.0...v0.43.1

v0.43.0

Choose a tag to compare

@ranisalt ranisalt released this 24 Apr 02:39

This release fixes builds for iOS and Mac, adds support for AIX and prebuilds for ARMv7 (glibc and musl)

What's Changed

New Contributors

Full Changelog: v0.41.0...v0.43.0

v0.41.1

Choose a tag to compare

@ranisalt ranisalt released this 31 Aug 22:11

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

Choose a tag to compare

@ranisalt ranisalt released this 25 Aug 20:41

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

Choose a tag to compare

@ranisalt ranisalt released this 22 Feb 21:34

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

Choose a tag to compare

@ranisalt ranisalt released this 04 Nov 21:50

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

Choose a tag to compare

@ranisalt ranisalt released this 01 Sep 23:57

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