Skip to content

Releases: sindresorhus/crypto-hash

v3.0.0

22 Oct 19:31
Compare
Choose a tag to compare

Breaking

v2.0.1...v3.0.0

v2.0.1

02 Dec 14:20
Compare
Choose a tag to compare

v2.0.0...v2.0.1

v2.0.0

14 Oct 06:23
Compare
Choose a tag to compare

Breaking

Fixes

  • Fix using ArrayBuffer as input b17317d

v1.3.0...v2.0.0

v1.3.0

12 Aug 13:07
Compare
Choose a tag to compare
  • Add globalThis check to the globalThis ponyfill (#16) 43895e0

v1.2.2...v1.3.0

v1.2.2

11 Jul 08:28
Compare
Choose a tag to compare
  • Fix importing the worker thread file (#10) 46f2f28

v1.2.1...v1.2.2

v1.2.1

19 May 16:29
Compare
Choose a tag to compare
  • Fix forgotten ref() for the worker (#9) d081ee6

v1.2.0...v1.2.1

v1.2.0

03 May 07:14
Compare
Choose a tag to compare
  • Hash in a worker thread when using Node.js 12 or later (#7) 3229d74

v1.1.0...v1.2.0

v1.1.0

09 Apr 19:50
Compare
Choose a tag to compare

v1.0.0...v1.1.0

v1.0.0

08 Nov 17:49
Compare
Choose a tag to compare

This version is mostly just about marking the package as stable.

The browser version now uses a globalThis ponyfill, to make it work in more environments.