Skip to content

Releases: IronCoreLabs/recrypt-node-binding

0.7.4-pre.5

14 Jun 17:59

Choose a tag to compare

0.7.4-pre.5 Pre-release
Pre-release
bump-version: Set release version 0.7.4-pre.5

Version 0.7.3

19 Apr 16:12

Choose a tag to compare

Update NPM secret to get publish working

Version 0.7.2

24 Jul 16:18
397b0b0

Choose a tag to compare

Update deps to try and fix unit test package vulnerabilities (#46)

Version 0.7.1

22 Feb 17:11
687f8d8

Choose a tag to compare

[#38] Add node 10/12 windows builds (#41)

* [#38] add node 12 windows build

* [#38] upgrade yarn to 1.22.0

* [#38] try installing NVS in before_install

* [#38] move nvs into maybe-install-node.sh and disable non windows build jobs for now

* [#38] fix .travis.yml

* [#38] use nvs 1.5.4

* [#38] build only windows for now

* [#38] use TRAVIS_NODE_VERSION for nvs

* [#38] add os: win32 to package.json

* [#38] add win32 to rustup

* [#38] exec node-pre-gyp from the cwd

* [#38] fix typo

* [#38] re-enable Linux - Node 10 build

* [#38] exec node-pre-gyp from TLD

* [#38] try ./node_modules again

* Early exist windows testing

* Use fully qualified path to pre-gyp binary

* Remove windows test build script

* Try to stop Windows builds from hanging

* Re-enable all build combinations

* [#38] only install msvc rust target if on windows; clean up

* [#38] only install msvc rust target if on windows attempt 2

* [#38] only install msvc rust target if on windows (attempt 3)

* [#38] update version to 0.7.1; update README

* Remove old commented out line in build file

Co-authored-by: Ernie Turner <ernie.turner@gmail.com>

Version 0.7.0

20 Feb 21:35
2120294

Choose a tag to compare

Bump version in package.json in prep for new version (#42)

Version 0.6.1

23 Oct 22:13
b2aac5d

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

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

Choose a tag to compare

Bump to official Neon release (#29)

Version 0.5.1

12 Aug 20:50

Choose a tag to compare

Bump version to redeploy with NPM tag fix

Version 0.5.0

12 Aug 19:49
c93b83a

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