Releases: nette/latte
Releases · nette/latte
Released version 2.2.9
Released version 2.3.8
- better error messages
- Engine::renderToString handles Throwable errors
- Engine: improved exception info when template contains parse error
For the details you can have a look at the diff.
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.
Released version 2.3.6
- added suggestions for Object, macros, filters and blocks
- added warnings: Modifiers are not allowed here
- BlockMacros: fixed triming of block #83
- BlockMacros: fixed child template without block #80
- Parser: fixed substr_count() error on empty string #79
- Object: slightly changed exception messages, added __callStatic
- some fixes
For the details you can have a look at the diff.
Released version 2.2.8
Released version 2.3.4
Released version 2.2.7
- Filters::htmlAttributes: chars '<' in attributes are encoded in XHTML
For the details you can have a look at the diff.
Released version 2.2.6
- travis: migrating to container-based infrastructure
- BlockMacros: {snippet} and {snippetArea} without name has name '' in both PHP 5 and PHP 7
- improved coding style
For the details you can have a look at the diff.
Released version 2.3.3
{snippet}
and{snippetArea}
without name has name''
in both PHP 5 and PHP 7- improved coding style
- PhpWriter, CoreMacros: microoptimizations
For the details you can have a look at the diff.
Released version 2.3.2
HtmlNode::$isEmpty
is TRUE for shortcuts like<textarea />
in HTML mode
For the details you can have a look at the diff.