Releases: jg-rp/python-liquid2
Releases · jg-rp/python-liquid2
Version 0.2.0
Features
- Added support for array literal syntax in
for
loop expressions. Previously array literals were only allowed in output statements and theassign
tag. For example,{% for x in some.thing, 42, true %}
. - Add tokens for symbols
!
and?
. These tokens are not used by any default Liquid expression, but can be used by custom tags.
Version 0.1.0
Initial release. See docs and migration guide.