Skip to content

24.8.1

Compare
Choose a tag to compare
@pelme pelme released this 16 Aug 18:41
· 42 commits to main since this release

What's Changed

  • Added the comment() function to render HTML comments. Documentation / Issue
    #42
    .
  • Run tests on Python 3.13 RC (no changes were required, earlier versions should work fine too). PR #45.
  • Attributes that are not strings will now be rejected runtime. Attributes have been typed as strings previously but this is now also enforced during runtime. If you need to pass non-strings as attribute values, wrap them in str() calls.