⚡ Improvements
- Added template inheritance features like
extends
andblocks
. - Added short circuit evaluation for logical expressions.
- Added
join
function (#204).
🐛 Bug Fixes
- Fixed the
round
function with precision0
(#207). - Fixed a bug when compiling with
INJA_NOEXCEPTION
.