Releases: catppuccin/gleam
Releases · catppuccin/gleam
v3.0.2
Changes:
- Update the code generation to use a pinned version of the palette JSON
by using a pinned commit hash
- Update the LICENSE to be Catppuccin
- Update usages of
Flavour
to Flavor
and Colour
to Color
v2.0.0
- more functional (check the example in the readme)
- use opaque types
- remove unnecessary complexity (colour_result) assuming
palette.json
will never provide wrong rgb values (hopefully)
v1.5.0
- fix docs 404 issue
- use pure gleam-community/colour types