Releases: paixaop/node-sodium
Releases · paixaop/node-sodium
Minor FIxes
Port to N-API and Libsodium 1.0.16
Refactor node-sodium to use N-API instead of NaN, in order to support multiple versions of node without having to tweak the code.
Should give us some future proofing of the module.
Updated Lib Sodium to version 1.0.16
Patch to fix install issues
No code changes, but added too much stuff to .gitignore and broke install...
1.2.0
1.1.10
1.1.7
1.1.5
1.1.0
This is a major release due to the total refactoring of the original code. Each function type is now in their own source files, as sodium.cc was getting way to big to be easily maintained.
Ported libsodium to 1.0.10
Implemented most functions in libsodium 1.0.10
Testing the new implementations is still a work in progress.
High level API was not changed and support for the new functions will come in a future release