Skip to content

Version 1.10.0

Compare
Choose a tag to compare
@jg-rp jg-rp released this 03 Sep 08:41
· 62 commits to main since this release

Features

  • Optionally disable automatic suppression of whitespace only blocks with the Environment class attribute render_whitespace_only_blocks. (docs).
  • All built-in and included "extra" tags now have a node_class class attribute specifying the Node type the tag contributes to a templates AST. This is done for easier customization through Tag and Node subclassing.