Released version 2.3.7
- Parser: used possessive quantifiers and atomic grouping
- Engine: throws CompileException when template contains parse error
- CoreMacros: {else if} throws warning "Did you mean {elseif}"
- Macroset: checks for allowed arguments
- Filters: improved HTML comments escaping #87
- Helpers::
getSuggestion()
better balance. Replacement is more expensive than insertion/deletion.
For the details you can have a look at the diff.