Releases: ranisalt/node-argon2
v0.41.1
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
What's Changed
- Disable LTO to avoid missing symbols in some envs by @amarshall in #415
New Contributors
- @amarshall made their first contribution in #415
Full Changelog: v0.40.2...v0.41.0
v0.40.0
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
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
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
What's Changed
- Security update: bump @mapbox/node-pre-gyp by @jdforsythe in #383
Please update to v0.31.0 as soon as possible.
New Contributors
- @abcfy2 made their first contribution in #371
- @jdforsythe made their first contribution in #383
Full Changelog: v0.30.3...v0.31.0
v0.30.3
v0.30.2
v0.30.1
v0.29.1
Added builds for FreeBSD, closes #320 and hopefully fixes coder/code-server#4669 coder/code-server#4670