Releases: tsdtsdtsd/identicon
Releases · tsdtsdtsd/identicon
v1.1.0
v1.0.0
What's Changed
Large rewrite, lots of internals changed, which leads to more flexibility and cleaner testing.
Features
- BREAKING: Changed identicon.New API (added options pattern)
- BREAKING: Internal algorithm was poorly built. New internals make things better for the future, but break resulting images (pre-1.0).
- BREAKING: Default hashing algorythm is now FNV128
- Added options:
- set custom hasher
- set fixed foreground color
- set custom tile resolution
Full Changelog: v0.3.2...v1.0.0
v1.0.0-alpha2
feat: updated action version
v1.0.0-alpha
This is a bigger rewrite of the last release:
- BREAKING CHANGE: nicer API
- BREAKING CHANGE: tile computation had an unintended bug; the fix results in a differing outcome but better future results
- better tests
- option to set resolution (amount of tiles per dimension)
- flexibility for more options
PR should be feature complete to the last release, but there are still a few things that I want to change/fix/improve before a 1.0 release.