Releases: IronCoreLabs/recrypt-node-binding
Releases · IronCoreLabs/recrypt-node-binding
Version 0.6.1
Update to latest Recrypt version. Add cargo.lock to repo for bett… (#32) * Update to latest Recrypt version. Add cargo.lock to repo for better dependency tracking * Add build.rs file for breaking Neon changes. Bump neon-cli back up to 0.3.3
Version 0.6.0
Adds support for musl-libc environments, specifically trying to support Alpine Linux. glibc
and musl
are now split out for Linux.
Version 0.5.2
Bump to official Neon release (#29)
Version 0.5.1
Bump version to redeploy with NPM tag fix
Version 0.5.0
#26 Fix a number of vulnerable sub dependencies (#27) * #26 Fix a number of vulnerable sub dependencies * Remove Node 9 and 11, add Node 12 as supported versions * Try to use forked version of neon as patch to get Node 12 working * Change to point to direct git hash * Upgrade to Recrypt 0.8 and consume all breaking changes. Remove export of hash256 method since it isnt needed or used * Update README to add support for Node 12 and remove support for Node 9/11 * Update version and add changelog entry
Version 0.4.2
Add travis jobs for Node 9 and 11 for both OSX and Linux (#18)
Version 0.4.1
[#15] Add hash256 to Api256 (#16)
Version 0.4.0
Remove empty transformBlocks array from TransformKeys. Change name of…
Version 0.3.0
Change NPM release to be public and not restricted