Releases: ranisalt/node-argon2
Releases · ranisalt/node-argon2
Associated data support
v0.22.0
Update version to v0.22.0
v0.21.0
- Using time-safe comparison for hash verification
- Fixed Windows and ancient GCC build issues
- Bumped dependencies
Major refactoring
Dropped support for Node 6 (in maintenance mode), which allowed a huge refactoring effort (destructuring assignment and async/await!). #149 converts to N-API instead of NAN for better C++ code.
v0.19.3
Fixes a building issue with MSVC compiler (#138)
v0.19.0
Update version to v0.19.0 [ci skip]
v0.18.3
Support Node 6, at least until EOL
v0.18.2
Now using @phc/format to serialize hash and memory is expressed as value (e.g. 4096
for 4096KiB) instead of exponent (12
for 4096KiB).
v0.18.1
Fixes deprecation warnings, files moved to keep repo clean
v0.17.3
- Fixes compilation issues on GCC<5
- Disables native optimizations (pass them via
CFLAGS
/CXXFLAGS
)