Releases: adafruit/Adafruit_CircuitPython_TemplateEngine
2.0.3 - RTD Sphinx Config
Full Changelog: 2.0.2...2.0.3
2.0.2 - Refactor and Remove Un-needed Code
What's Changed
- Fixes for render functions
chunk_size
parameter and negative skipped linesin error message by @michalpokusa in #5
Full Changelog: 2.0.1...2.0.2
2.0.1 - Sphinx RTD Theme Fix
Full Changelog: 2.0.0...2.0.1
Improved Error Handling
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
What's Changed
- Syntax error prevention and traceback readability by @michalpokusa in #3
Full Changelog: 1.1.0...1.2.0
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
1.0.1 - Fix RTD Docs Build and Unpin Sphinx
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
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.