Releases: MuhammadSaim/goavatar
Releases · MuhammadSaim/goavatar
v1.1.1
1.1.1 (2025-04-06)
Bug Fixes
- avatar: correct grid rendering for odd sizes and eliminate extra margins (#13) (61174f6), closes #12
v1.1.0
1.1.0 (2025-04-01)
Features
- make OptFunc public to allow dynamic and conditional options (#10) (354a367), closes #9
v1.0.1
1.0.1 (2025-03-30)
Bug Fixes
- avatar: correct mirroring by generating 8 pixels per row (#6) (911f907)
v1.0.0
1.0.0 (2025-03-27)
- feat!: Refactor API to Use Functional Options & Standardize Image Sizing (fcb3321)
BREAKING CHANGES
- API now uses functional options instead of a config struct.
v0.1.0
0.1.0 (2025-03-14)
Features
- tests: add unit tests for Make function (f7ca7d0)
v0.0.2
feat: return image.Image instead of writing directly to a file