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
Version : 0.9.1, released on 2008-05-30
License : GNU Lesser General Public License
Changelog
+ API: Added Dwoo_Compiler->setAutoEscape() and getAutoEscape() to modify the automatic html entity escaping setting. This is disabled by default, and when enabled can be overriden with the {safe $var} plugin or the {auto_escape disable} block plugin. The block plugin can also be used to enable this mode from within a template
+ Syntax: Mixing named and unnamed parameters is now allowed, as long as the unnamed ones appear first
+ Syntax: Added {/} shortcut that closes the last opened block
* Optimized scope-handling functions, {loop} and {with} are now slightly faster
* Fixed a bug in {date_format} that prevented anything but unix timestamps to work
* {literal} and {strip} now follow the LooseOpeningsHandling setting
* Fixed complex variables (i.e. {$_root[$c[$x.0]].0}) parsing bugs
* Fixed $dwoo->addResource() breaking if the resource class was not loaded yet, autoload should now be called (thanks mike)
* Fixed a block stack bug that messed up {textformat} and possibly usermade block plugins
Files :
dwoo-0.9.1.tar.gz Dwoo Library
dwoo-0.9.1-docs.tar.gz API Docs
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
2008-03-02 - Version : 0.3.0
2008-02-19 - Version : 0.2.1
2008-02-14 - Version : 0.2.0
2008-02-08 - Version : 0.1.0