Releases: IronCoreLabs/recrypt-node-binding
Releases · IronCoreLabs/recrypt-node-binding
0.7.4-pre.5
bump-version: Set release version 0.7.4-pre.5
Version 0.7.3
Update NPM secret to get publish working
Version 0.7.2
Update deps to try and fix unit test package vulnerabilities (#46)
Version 0.7.1
[#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
Bump version in package.json in prep for new version (#42)
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