Skip to content

Releases: phusion/node-sha3

v2.1.4 Release

01 Feb 03:07
v2.1.4
0b606d4
Compare
Choose a tag to compare

This is a maintenance release, containing the following changes:

  • 📦 Upgrade dependencies to their latest versions (#94)
  • 🔧 Improve TypeScript typing (#92)

v2.1.3 Release

14 Jul 18:55
v2.1.3
7b88fc1
Compare
Choose a tag to compare

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

05 Dec 06:36
v2.1.1
85afa9c
Compare
Choose a tag to compare

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

05 Dec 06:22
v2.1.0
5adc626
Compare
Choose a tag to compare

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

05 Dec 06:34
v1.2.6
48081bc
Compare
Choose a tag to compare

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

05 Dec 06:33
v1.2.5
5f5e3cd
Compare
Choose a tag to compare

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

05 Dec 06:20
v1.2.4
47cd9d9
Compare
Choose a tag to compare
  • 🐛 Fix compatibility with Node.js 13.x.

v2.0.6

13 Jul 16:30
v2.0.6
ba86c00
Compare
Choose a tag to compare

This is a maintenance release. No functional changes.

  • 📦 Update lockfiles (yarn.lock and package-lock.json) with latest resolutions.

v2.0.5 Release

13 Jul 16:21
v2.0.5
921d14b
Compare
Choose a tag to compare

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

10 May 14:33
v2.0.4
88175e9
Compare
Choose a tag to compare

This is a maintenance release with no functional changes.

  • 🔧 Restored some operational metadata, including the CI provider and repo URL, to its previous state.