Nette Latte v2.7.0 released

David Grudl
Nette Core | 8129
+
0
-

Nette Latte v2.7.0 has just been released!

  • added macros {varPrint}, {varType}, {templatePrint}, {templateType}
  • added support for types in {define block type $var}
  • added support for types in {var type $var} and {default type $var}
  • Filters: added |batch
  • optional chaining: added support for $obj->$var? and $obj::$var?
  • Preserves spaces before and after <div n:spaceless>
  • deprecated syntax {var xx} and {var $xx => ...} (BC break)
  • removed prefix I from ILoader, IHtmlString, ISnipperDriver, IMacro

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