Skip to content

v0.10.1

Choose a tag to compare

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

Changed

  • Relaxed template formatter parsing so only typed formatters treat # as the
    alternate flag, allowing display placeholders such as {value:#>4} to round-
    trip without spurious TemplateError::InvalidFormatter errors.

Tests

  • Extended formatter unit tests and UI derive coverage to exercise hash-filled
    display specs and ensure they parse correctly.

Documentation

  • Documented the broader display formatter support (including # as a fill
    character) in the templating README section.