Skip to content

Releases: jg-rp/python-liquid2

Version 0.2.0

13 Jan 07:32
Compare
Choose a tag to compare

Features

  • Added support for array literal syntax in for loop expressions. Previously array literals were only allowed in output statements and the assign 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

10 Jan 13:36
Compare
Choose a tag to compare

Initial release. See docs and migration guide.