Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-07-28 | 447 Bytes | |
Version 3.3 source code.tar.gz | 2021-07-28 | 414.1 kB | |
Version 3.3 source code.zip | 2021-07-28 | 446.1 kB | |
Totals: 3 Items | 860.7 kB | 0 |
:zap: Improvements
- Added template inheritance features like
extends
andblocks
. - Added short circuit evaluation for logical expressions.
- Added
join
function (#204).
:bug: Bug Fixes
- Fixed the
round
function with precision0
(#207). - Fixed a bug when compiling with
INJA_NOEXCEPTION
.
:hammer: Further Changes
- Added instructions for conda-forge (#187).
- Fixed several compiler warnings (e.g. [#197]).