| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| inja.hpp | 2025-10-18 | 97.1 kB | |
| README.md | 2025-10-18 | 648 Bytes | |
| Version 3.5 source code.tar.gz | 2025-10-18 | 387.4 kB | |
| Version 3.5 source code.zip | 2025-10-18 | 419.2 kB | |
| Totals: 4 Items | 904.3 kB | 0 | |
⚡ Improvements
- Switched to
std::filesystem::pathfor referencing file locations. - Added pipe syntax support for function calls like in Jinja2 (#296, thanks to @navrocky)
- Added HTML auto escape feature (#292, thanks to @berthubert)
- Added replace method (#306, thanks to @fxmr41)
- Added capitalize method (#282, thanks to @asciiiii)
🐛 Bug Fixes
- Fixed local stack memory leakage when parsing (#302, thanks to @vulder)
- Fixed installation using meson (#310 and [#312], thanks to @ximion)
- Fixed cmake not finding embedded json header file (#266, thanks to @mhier)
- Fixed several clang-tidy and compiler warnings