Skip to content

Releases: alexeyrybak/blitz

blitz-0.10.6-PHP8

19 Sep 14:53
Compare
Choose a tag to compare

fixed segfault on calling fetch() with empty array as argument

0.10.5-PHP8

28 Jan 12:31
Compare
Choose a tag to compare

PHP7 -> PHP8 upgrade

0.10.4-PHP7

01 Sep 08:58
Compare
Choose a tag to compare

Memory optimisations (see details in the issue#53)

0.10.3.2-PHP7

24 Jan 13:56
Compare
Choose a tag to compare
  • 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

07 Dec 08:06
Compare
Choose a tag to compare

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

14 Oct 14:55
Compare
Choose a tag to compare

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

25 Jun 20:55
Compare
Choose a tag to compare
  • 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

10 Mar 09:34
Compare
Choose a tag to compare

Fix: NOT operator works incorrectly with string operands

0.8.17 - fixes for complex conditions

24 Feb 10:30
Compare
Choose a tag to compare

fixes for complex conditions, added in 0.8.16

complex conditions

13 Feb 17:26
Compare
Choose a tag to compare
v0.8.16

Merge branch 'poison-feature-complex-conditions'