8000 Release 1.1.0 - Whitespace Control · adafruit/Adafruit_CircuitPython_TemplateEngine · GitHub
[go: up one dir, main page]

Skip to content

1.1.0 - Whitespace Control

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 08 Jan 16:28
· 35 commits to main since this release
95f75b3

This release contains new whitespace control parameters that mimic behavior from Jinja2. Other improvements and internal refactoring are included as well. Thank you @michalpokusa

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-templateengine.

Read the docs for info on how to use it.

What's Changed

  • Removing 8.x.x re module bug workarounds, trim_blocks and lstrip_blocks parameters by @michalpokusa in #2

New Contributors

Full Changelog: 1.0.1...1.1.0

0