1.1.0 - Whitespace Control
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
andlstrip_blocks
parameters by @michalpokusa in #2
New Contributors
- @michalpokusa made their first contribution in #2
Full Changelog: 1.0.1...1.1.0