Skip to content

Releases: sindresorhus/fnv1a

v3.1.0

Choose a tag to compare

@sindresorhus sindresorhus released this 16 Nov 11:57

v3.0.0...v3.1.0

v3.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 22 Aug 20:42

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

Choose a tag to compare

@sindresorhus sindresorhus released this 17 May 06:57

v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 18 Nov 06:44

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

Choose a tag to compare

@sindresorhus sindresorhus released this 31 Mar 12:21
  • Refactor TypeScript definition to CommonJS compatible export (#6) 61852f0

v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@sindresorhus sindresorhus released this 18 Mar 07:34

v1.0.0...v1.1.0