Dwoo Downloads
2008-10-24 - Version : 1.0.0
2008-09-08 - Version : 1.0.0beta
2008-08-03 - Version : 0.9.3
2008-06-28 - Version : 0.9.2
2008-05-30 - Version : 0.9.1
2008-05-10 - Version : 0.9.0
2008-04-09 - Version : 0.3.4
2008-03-19 - Version : 0.3.3
2008-03-09 - Version : 0.3.2
2008-03-05 - Version : 0.3.1
Version : 0.3.0, released on 2008-03-02
License : GNU Lesser General Public License
Changelog
+ Full template cache support+ DwooTemplateString class to load templates from a string
+ Dwoo::VERSION constant
+ {dump} plugin to print out variables
+ Unit tests (with PHPUnit) covering 73% of the codebase right now, which should help reducing regression bugs in the next versions.
+ Started commenting (with phpdocs) properly all the classes, should be complete for 0.4.0
* {capture} is now compilable and has a new boolean flag to append output into the target variable instead of overwriting
* {foreach} supports direct input (instead of only variables), allowing constructs like {foreach array(a,b,c) val}{$val}{/foreach} for example that would output abc.
* pre/postProcessing functions in block plugins now receive an array of named parameters instead of numbered
* Major refactoring of DwooTemplateFile and DwooCompiler
* Cleaned up members visibility in Dwoo/DwooCompiler
* Fixes in the compiler parsing and general variables handling
* Multiple bugfixes here and there thanks to the unit tests
* Optimized {foreach} a lot
Files :
2008-02-19 - Version : 0.2.1
2008-02-14 - Version : 0.2.0
2008-02-08 - Version : 0.1.0