Release Notes
- Fixes a bug where some enums did not deserialize correctly when
used with ViaDeserialize
. #554
- Implemented
IntoDeserializer
for Value
and &Value
. #555
- Added
filesizeformat
to minijinja-contrib. #556
- Added support for the
loop_controls
feature which adds
{% break %}
and {% continue %}
. #558
- Iterables can now be indexed into. It was already possible previously
to slice them. This improves support for Jinja2 compatibility as Jinja2
is more likely to create temporary lists when slicing lists. #565
Install minijinja-cli 2.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.2.0/minijinja-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/mitsuhiko/minijinja/releases/download/2.2.0/minijinja-cli-installer.ps1 | iex"
Download minijinja-cli 2.2.0