Skip to content

v0.5.4

Choose a tag to compare

@RAprogramm RAprogramm released this 20 Sep 11:50
· 436 commits to main since this release

Fixed

  • Template parser mirrors thiserror's formatter trait detection, ensuring
    :?, :x, :X, :p, :b, :o, :e and :E specifiers resolve to the
    appropriate TemplateFormatter variant while still flagging unsupported
    flags precisely.

Tests

  • Added parser-level unit tests that cover every supported formatter specifier
    and assert graceful failures for malformed format strings.