Skip to content

Releases: IronCoreLabs/recrypt-node-binding

Version 0.6.1

23 Oct 22:13
b2aac5d
Compare
Choose a tag to compare
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

08 Oct 16:19
f2cd9a5
Compare
Choose a tag to compare

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

23 Aug 20:45
d813d09
Compare
Choose a tag to compare
Bump to official Neon release (#29)

Version 0.5.1

12 Aug 20:50
Compare
Choose a tag to compare
Bump version to redeploy with NPM tag fix

Version 0.5.0

12 Aug 19:49
c93b83a
Compare
Choose a tag to compare
#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

13 Nov 21:33
a79b89b
Compare
Choose a tag to compare
Add travis jobs for Node 9 and 11 for both OSX and Linux (#18)

Version 0.4.1

07 Nov 18:34
9d5455e
Compare
Choose a tag to compare
[#15] Add hash256 to Api256 (#16)

Version 0.4.0

26 Oct 18:58
df3dc0e
Compare
Choose a tag to compare
Remove empty transformBlocks array from TransformKeys. Change name of…

Version 0.3.0

17 Oct 17:39
Compare
Choose a tag to compare
Change NPM release to be public and not restricted