Release Notes
- Removed string interning. #675
loop.nextitem
is now a lazy operation. This prevents issues when
iterating over one-shot iterators combined with {% break %}
and
it now ensures that the iterator is not running "one item ahead". #677
- Fixed an issue that caused loop aliasing not to be supported for
recursive loops. #678
- CLI moved from
serde_yml
to serde_yaml
. #684
- Improved undefined error reporting. Undefined values will now in most
cases point to exactly where the error happened. #686
- Allow newer notify dependency versions (up to 8.x) for the autoreload
crate. #688
Install minijinja-cli 2.7.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.7.0/minijinja-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/mitsuhiko/minijinja/releases/download/2.7.0/minijinja-cli-installer.ps1 | iex"
Download minijinja-cli 2.7.0