| latte | by dg | removed deprecated stuff (BC break) - ExpressionBuilder - Filter::$dateTime - etc. | | | |
| latte | by dg | readonly properties | | | |
| latte | by dg | used PHP 8.2 features | | | |
| latte | by dg | removed PHP 8.0 stuff | | | |
| latte | by dg | requires PHP 8.2 | | | |
| latte | by dg | opened 3.1-dev | | | |
| latte | by dg | HtmlHelpers, XmlHelpers::formatAttribute() uses standard escaping function | | | |
| latte | by dg | Escaper: escapeXml() divided into escapeXmlText() & escapeXmlAttr() | | | |
| latte | by dg | Escaper: supports converting HTML => TEXT | | | |
| latte | by dg | Escaper: fixed converting between HTML/ATTR <=> HTML | | | |
| latte | by dg | URL checking is done using compiler pass | | | |
| latte | by dg | improved tests | | | |
| tracy | by dg | convert templates to Latte-like syntax [WIP] | | | |
| tracy | by dg | used attribute Deprecated | | | |
| tracy | by dg | error.log changed to warning.log | | | |
| tracy | by dg | Logger: added typehints | | | |
| tracy | by dg | uses PascalCase constants | | | |
| tracy | by dg | opened 3.0-dev | | | |
| tracy | by dg | Dumper: added support for uninitialized lazy objects | | | |
| tracy | by dg | moved Dumper tests | | | |
| tracy | by dg | examples: added enum dump example | | | |
| assets | by dg | NAssetNode: compatible with Latte 3.1 | | | |
| routing | by dg | typo | | | |
| routing | by dg | used attribute Deprecated | | | |
| routing | by dg | RouteList::match() is final (BC break) | | | |
| routing | by dg | RouteList: parameter $oneWay is bool (BC break) | | | |
| routing | by dg | Route: added port to %host%, %domain%, %tld% WIP [Closes #10][Closes nette/application#297] | | | |
| routing | by dg | Route: rejects route when constant parameter is not present (BC break?) Not to generate the first URL for Homepage: default $router->addRoute('/foo', [ 'presenter' => 'Homepage', 'action' => 'default', 'week' => 'upcoming', ]); $router->addRoute('/', 'Homepage:default'); | | | |
| routing | by xificurk | SimpleRouter: uses loose comparison == for default values since PHP 8.0 | | | |
| routing | by dg | Route: uses loose comparison == for default values [Closes #8] | | | |
| routing | by dg | RouteList::addRoute() added return typehint | | | |
| routing | by dg | requires PHP 8.2 | | | |