Release Notes
- Do not panic if too large templates (too many lines or too many
columns) are loaded. The error reporting will be wrong in those
cases but the templates will load. #742 - Fixed a bug that caused unknown method callbacks to not get
proper error reporting if they cannot find a method. #743 - Added
merge_mapswhich is a dynamic version of thecontext!
merge feature, and fixed enumeration behavior when non-map objects
are attempted to be merged. #745 - Added
mj_value_new_bytesto the C-ABI. #749 - Added
mj_value_as_bytesto the C-ABI to borrow from strings or
byte values. #750 - Fixed buggy
mj_err_get_detailandmj_err_get_template_name. These
did not work correctly. To fix them the return value now needs to be
freed. #754 - Fix a compilation issue on 32bit systems when
AtomicU64is
not available in minijinja-contrib. #755 - Correctly handle
with contextandwithout contextfor
imports. #759 - The
defaultfilter is now also registered asdfor Jinja2
compatibility. #763 - The
defaultfilter now accepts a second argument to enable lax
defaulting. #764 - Added a
striptagsfilter to the contrib module. #765 - Enable
pycompatby default for the Python bindings and register
the default contrib filters and tests. #767
Install minijinja-cli 2.9.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.9.0/minijinja-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/mitsuhiko/minijinja/releases/download/2.9.0/minijinja-cli-installer.ps1 | iex"Download minijinja-cli 2.9.0
| File | Platform | Checksum |
|---|---|---|
| minijinja-cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| minijinja-cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| minijinja-cli-i686-pc-windows-msvc.zip | x86 Windows | checksum |
| minijinja-cli-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| minijinja-cli-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| minijinja-cli-i686-unknown-linux-gnu.tar.xz | x86 Linux | checksum |
| minijinja-cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| minijinja-cli-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
| minijinja-cli-i686-unknown-linux-musl.tar.xz | x86 MUSL Linux | checksum |
| minijinja-cli-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |