Releases: sindresorhus/fnv1a
Releases · sindresorhus/fnv1a
v3.0.0
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.0
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