Releases: zenozeng/color-hash
Releases · zenozeng/color-hash
v2.0.1
chore: dist/color-hash.js: tsc --module commonjs, fixes #36
v1.1.1
bump version to 1.1.1, fixes #29
v1.0.3
- Update tests
- Fix bug#19 (Hex string is too short)
v1.0.2
Make hash more sensitive for short string like 'a', 'b', 'c'
v1.0.1
use 137 as seed2 to reduce hash collisions, fixes #16
v1.0.0
- Fix Infinity caused by long string
- Switch to istanbul