Skip to content

Releases: nette/latte

Released version 2.2.9

03 Dec 02:55
@dg dg
Compare
Choose a tag to compare
  • Parser: used possessive quantifiers and atomic grouping
  • Engine::renderToString handles Throwable errors
  • Filters: improved HTML comments escaping #87
  • PhpWriter, CoreMacros: microoptimizations

For the details you can have a look at the diff.

Released version 2.3.8

02 Dec 22:31
@dg dg
Compare
Choose a tag to compare
  • 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

30 Nov 00:56
@dg dg
Compare
Choose a tag to compare
  • 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

09 Oct 15:30
@dg dg
Compare
Choose a tag to compare
  • 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

09 Oct 15:37
@dg dg
Compare
Choose a tag to compare
  • Parser: fixed substr_count() error on empty string #79
  • BlockMacros: fixed triming of block #83
  • BlockMacros: fixed child template without block #80

Released version 2.3.4

23 Aug 14:14
@dg dg
Compare
Choose a tag to compare
  • Engine: added warmupCache() #74
  • Filters::htmlAttributes: chars '<' in attributes are encoded in XHTML
  • travis: migrating to container-based infrastructure

For the details you can have a look at the diff.

Released version 2.2.7

23 Aug 14:13
@dg dg
Compare
Choose a tag to compare
  • 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

23 Aug 14:13
@dg dg
Compare
Choose a tag to compare
  • 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

03 Jul 13:44
@dg dg
Compare
Choose a tag to compare
  • {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

03 Jul 13:43
@dg dg
Compare
Choose a tag to compare
  • HtmlNode::$isEmpty is TRUE for shortcuts like <textarea /> in HTML mode

For the details you can have a look at the diff.