Releases: alexeyrybak/blitz
Releases · alexeyrybak/blitz
blitz-0.10.6-PHP8
fixed segfault on calling fetch() with empty array as argument
0.10.5-PHP8
PHP7 -> PHP8 upgrade
0.10.4-PHP7
Memory optimisations (see details in the issue#53)
0.10.3.2-PHP7
- ADD: {{ literal }} ... {{ end }} blocks are processed literally (analog of literal/verbatim
functionality in other template engines) - FIX: bug47 fix ported to PHP7 branch (#47)
0.10.2-PHP7
0.10.2 (PHP7) version 7 dec 2015. ✡ Happy hanukkah! ✡
- ADD: include scope finally merged, having {{ include('filename.tpl', user=$_.user) }}
you can do {{ $user.name }} in the included templates. Thanks to Nicolas Van Eenaeme
and Yuri Nasretdinov.
First version for PHP7 based on 0.9.1
First PHP7 version based on 0.9.1 + simple callbacks in if statements (#38). Thanks to Anton "tony2001" Dovgal and Yury Nasretdinov.
0.9.1 - Native if with PHP's compare_function
- FIX: added predefined constant $_i - loop identifier, same as $_num, but starts from 0.
- FIX: "native" if, also fixes some logical errors (thanks to Nicolas Van Eenaeme)
- FIX: arginfo added and a couple of other minor fixes (thanks to Anton "tony2001" Dovgal)*
- FIX: zephir integration fix (plain blitz::__construct declaration)
Also if/unless logic was unified across both function-like and context-like styles,
so you can finally use things like {{ if (a>b && c, "true", "false") }}.
Enjoy.
0.8.18 - fixes for complex conditions
Fix: NOT operator works incorrectly with string operands
0.8.17 - fixes for complex conditions
fixes for complex conditions, added in 0.8.16
complex conditions
v0.8.16 Merge branch 'poison-feature-complex-conditions'