Releases: phusion/node-sha3
v2.1.4 Release
v2.1.3 Release
This is a maintenance release. No functional changes.
- 🔧 Add TypeScript definition for
SHAKE
. (resolves #84) - 🔥 Remove support for Node.js 8.x and 13.x, which are no longer actively maintained by the Node.js working group.
- 📦 Upgrade package dependencies to their latest versions.
- 🔧 Upgrade Travis CI pipeline to target latest minor+patch versions of each supported Node.js release line.
- 🔧 Upgrade .tool-versions to target the latest LTS versions of nodejs and yarn.
v2.1.1 Release
This is an administrative release, identical to v2.1.0.
When v1.2.4 was published, its tag was not set and thus defaulted to latest
, which should have remained mapped to v2.1.0. Due to how the npm registry works, re-mapping this tag required a version increment.
v2.1.0 Release
This is a feature release, introducing support for the XOF algorithms SHAKE128 and SHAKE256.
- ❇️ Add support for SHAKE128 and SHAKE256.
- 📦 Upgrade dependencies to their latest versions.
- 🎉 Official support for Node.js 13.x (added to the Travis CI build matrix).
v1.2.6 Release
This administrative release is identical to v1.2.5.
When v1.2.5 was published, the native
tag was not set. Due to package version immutability in npm registry, applying this tag required a version increment.
v1.2.5 Release
This is a bugfix release for older Linux versions.
- 🐛 Fix compatibility with gcc 4.8 (the default version provided with Ubuntu Trusty LTS).
v1.2.4 Release
- 🐛 Fix compatibility with Node.js 13.x.
v2.0.6
This is a maintenance release. No functional changes.
- 📦 Update lockfiles (yarn.lock and package-lock.json) with latest resolutions.
v2.0.5 Release
This is a maintenance release, with no functional changes.
- 📦 Upgrade build toolchain to the latest tool versions.
- 🔧 Drop support for Node.js 11.x, which has reached its end of life.
v2.0.4 Release
This is a maintenance release with no functional changes.
- 🔧 Restored some operational metadata, including the CI provider and repo URL, to its previous state.