Python-liquid-extra

Latest version: v1.1.1

Safety actively analyzes 682457 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.3.2

-------------

- Added ``macro`` and ``call`` tags. Define a macro (a bit like ``capture`` but with
arguments) and run it with ``call`` (a bit like ``render`` but without hitting a
template loader).

0.3.1

-------------

- Fixed a bug where ``if not foo contains 'bar'`` would raise a ``LiquidTypeError``. It
is now equivalent to ``if not (foo contains 'bar')``.

0.3.0

-------------

- Depreciated filters that inherit from ``liquid.filter.Filter``. That's
``StylesheetTag``, ``ScriptTag`` and ``Index``. Use the function-based implementations
instead (``stylesheet_tag``, ``script_tag`` and ``index``).
- Depreciated the ``env`` argument to ``filters.JSON`` and ``filters.Translate``.

0.2.0

-------------

- HTML filters are now marked as "safe" when ``autoescape`` is on.
- The ``href`` and ``src`` attributes of ``stylesheet_tag`` and ``script_tag`` are now
HTML escaped, even if ``autoescape`` is off.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.