Released version 3.0.12
- added n:else
- exception handler can throw exception #307
- JumpNode: correctly closes all HTML elements #340
- uses AuxiliaryNode to hide usage of internals #347
- {exitIf} must not be in
prepare()
changes:
- removed variable Tag::$data,
Tag::closestTag()
finds by class name - StaticCallNode renamed to StaticMethodCallNode
- RegexpException replaced with CompileException & RuntimeException
- ExpressionBuilder is deprecated