Skip to content

Releases: adafruit/Adafruit_CircuitPython_TemplateEngine

Improved Error Handling

15 Apr 17:39
d2278d7
Compare
Choose a tag to compare

What's Changed

  • Reworked errors in template syntax and overall more validation, caching by default by @michalpokusa in #4
  • Removed support for markdown and xml escaping.

Full Changelog: 1.2.0...2.0.0

Improved Syntax Error Handling

06 Mar 22:39
1258e2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0 - Whitespace Control

08 Jan 16:28
95f75b3
Compare
Choose a tag to compare

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

1.0.1 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:53
Compare
Choose a tag to compare

Changes: 1.0.0...1.0.1

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.

1.0.0 Initial Release

14 Oct 16:31
Compare
Choose a tag to compare

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.