Skip to content

Releases: ranisalt/node-argon2

Major refactoring

04 Dec 05:38
2f4c6a2
Compare
Choose a tag to compare

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

01 Jun 04:53
e0d5e72
Compare
Choose a tag to compare

Fixes a building issue with MSVC compiler (#138)

v0.19.1

12 May 17:28
f6d9ab0
Compare
Choose a tag to compare
v0.19.1

v0.19.0

12 May 17:27
a5c45ba
Compare
Choose a tag to compare
Update version to v0.19.0 [ci skip]

v0.18.3

22 Apr 19:37
a182e4e
Compare
Choose a tag to compare

Support Node 6, at least until EOL

v0.18.2

22 Apr 19:34
af15481
Compare
Choose a tag to compare

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

22 Apr 19:32
096c7ad
Compare
Choose a tag to compare

Fixes deprecation warnings, files moved to keep repo clean

v0.17.3

27 Mar 03:53
62977e2
Compare
Choose a tag to compare
  • Fixes compilation issues on GCC<5
  • Disables native optimizations (pass them via CFLAGS/CXXFLAGS)

v0.17.2

01 Feb 16:06
cca9b9f
Compare
Choose a tag to compare

Fix TS interface fo implicit encoded hash

v0.17.0

15 Jan 21:30
Compare
Choose a tag to compare

Major refactoring, should lead to new features faster.
Also should fix build issues on non-x86 architectures.