Skip to content

v0.16.0 - A Style

Choose a tag to compare

@razkar-studio razkar-studio released this 12 Apr 12:46
· 36 commits to main since this release

Hmm, by English grammar, "an style" should've been "a style" instead. But who am I to say, my library's named in German.

Farben is constantly updating. All notable changes to Farben will be documented here.

[farben-core 0.12.0 / farben 0.16.0] - 2026-04-12 - anstyle Interop

Added

  • anstyle feature flag - enables interoperability with the anstyle crate.
  • anstyle_conv module in farben-core - provides bidirectional From
    implementations for converting between farben types (Color, NamedColor,
    Style) and anstyle types (anstyle::Color, anstyle::AnsiColor,
    anstyle::Style).
  • anstyle! macro in farben - parses farben markup and converts the result
    into an anstyle::Style. Requires the anstyle feature flag.
  • anstyle crate added as an optional dependency to both farben-core and
    farben.