Skip to content

Releases: MuhammadSaim/goavatar

v1.1.1

06 Apr 05:49
61174f6
Compare
Choose a tag to compare

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

01 Apr 04:24
354a367
Compare
Choose a tag to compare

1.1.0 (2025-04-01)

Features

  • make OptFunc public to allow dynamic and conditional options (#10) (354a367), closes #9

v1.0.1

30 Mar 04:58
911f907
Compare
Choose a tag to compare

1.0.1 (2025-03-30)

Bug Fixes

  • avatar: correct mirroring by generating 8 pixels per row (#6) (911f907)

v1.0.0

27 Mar 06:11
Compare
Choose a tag to compare

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

14 Mar 09:35
Compare
Choose a tag to compare

0.1.0 (2025-03-14)

Features

  • tests: add unit tests for Make function (f7ca7d0)

v0.0.2

13 Mar 04:05
Compare
Choose a tag to compare
feat: return image.Image instead of writing directly to a file