Skip to content

Releases: sindresorhus/fnv1a

v3.1.0

16 Nov 11:57
Compare
Choose a tag to compare

v3.0.0...v3.1.0

v3.0.0

22 Aug 20:42
Compare
Choose a tag to compare

Breaking

  • Require Node.js 12.20 a764d9b
  • This package is now pure ESM. Please read this.
  • It now returns BigInt instead of number. To get a number, just wrap it in Number(…).

v2.0.1...v3.0.0

v2.0.1

17 May 06:57
Compare
Choose a tag to compare

v2.0.0...v2.0.1

v2.0.0

18 Nov 06:44
Compare
Choose a tag to compare

Breaking

  • Require Node.js 10 c4b0cee
  • Improve Unicode handling (#9) cbdc497
    The hash will be different if the string contains any non-ASCII characters.

Enhancements

v1.2.0...v2.0.0

v1.2.0

31 Mar 12:21
Compare
Choose a tag to compare
  • Refactor TypeScript definition to CommonJS compatible export (#6) 61852f0

v1.1.0...v1.2.0

v1.1.0

18 Mar 07:34
Compare
Choose a tag to compare

v1.0.0...v1.1.0