- Fix missing expressions from ``FilteredIfExpression.children()``. See `4 <https://github.com/jg-rp/liquid-extra/issues/4>`_.
1.1.0
-------------
- Add support for static analysis of templates that make use of extra tags.
1.0.0
-------------
Version bump. First stable release.
0.5.0
-------------
- Added a ``with`` tag. A tag that extends the local namespace for the duration of its block. - Removed depreciated ``env`` argument to the ``JSON`` and ``Translate`` filters.
0.4.0
-------------
- Removed depreciated class-based filters. - The "if not" tag now plays nicely with range literals.
0.3.3
-------------
- Added drop-in replacements for standard output statements and ``echo`` and ``assign`` tags that support inline ``if``/``else`` expressions.