Skip to content

3.0.0

Compare
Choose a tag to compare
@mattbasta mattbasta released this 17 Dec 01:13
· 41 commits to master since this release

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}