Skip to content

Releases: phusion/node-sha3

v2.0.3 Release

08 May 22:34
v2.0.3
2795aa2
Compare
Choose a tag to compare

This is a maintenance release, with no functional changes. Its primary purpose is to ensure that the 2.x release track appears on npmjs.com as the latest release.

v1.2.3 Release

08 May 22:31
v1.2.3
4f86320
Compare
Choose a tag to compare

This is a maintenance release, to address compatibility issues with Node.js 12.x, which removed some deprecated functions from the V8 add-on API used by the 1.x branch of this library. No functional changes are included in this release.

v2.0.2 Release

02 May 20:47
v2.0.2
05a6321
Compare
Choose a tag to compare

This is a maintenance release with no API or functionality changes.

  • 🏇 Significant performance enhancements, resulting in 700% improvement in speed according to benchmarks against v2.0.1.
  • 📦 Added CI coverage for Node.js 12.x, and removed CI coverage for Node.js v6.x and v9.x, both of which have reached their end-of-life.

Special thanks to @davidmurdoch.

v2.0.1 Release

20 Mar 16:43
v2.0.1
4c2ed89
Compare
Choose a tag to compare
  • 🖊️ TypeScript fans rejoice! @septs has brought us #46, which includes some definitions for you.
  • 🐛 The encoding parameter, if you're using it with something other than the default value of "utf-8", now actually works as documented.
  • 🤖 Our CI build now verifies that the library works as expected in Node.js v11.x. In case you were wondering.

Fix compatibility with Node.js 4.x and 6.x

01 May 00:01
7b50b00
Compare
Choose a tag to compare

We were so excited to fix compatibility with Node.js 10.x that in v1.2.1 we broke compatibility with 4.x and 6.x! We apologize for the impact this may have had on your project. Breaking semver is never good.

This release brings back support for good ol' Node.js 4.x and 6.x.

Node.js v10.0.0 support

30 Apr 23:56
0c1e80a
Compare
Choose a tag to compare

This release incorporates support for Node.js 10.x.

Node v0.12 & IO.js support

24 Aug 21:15
Compare
Choose a tag to compare
  • Add support for Node v0.12, and IO.js 1, 2, and 3. (#18).

Thanks, @5at!

Node v0.11 Support

20 Jan 23:20
Compare
Choose a tag to compare
  • Enlist Nan to offer v0.10 and v0.11 support (#10)
  • Check hash length more strictly in constructor (#12)
  • Add an array of custom unit tests (#12)