3.0.0
The final 3.0.0 release! See the changelog for full information on what's changed.
Notable Changes
- Fully namespaced under
\Box\Brainy
- Substantially faster performance than Brainy 2 and Smarty 3.1 (tested with brain-bench). Oodles of performance optimizations.
- Better error messages
- Removed lots of cruft
- Fixed weird syntax, like using negative numbers in modifiers:
{$foo|bar:(-1)}
->{$foo|bar:-1}
- More concise generated code
- Support for dynamic values passed to
{extends}