schema | by dg | removed support for key PreventMerging (BC break) | | | |
schema | by dg | Type::merge() merges arrays only according to the schema (BC break) | | | |
schema | by dg | Type: added mergeMode() [WIP] TODO: Type should not support the array at all | | | |
schema | by dg | Expect::from() works with class names | | | |
schema | by dg | Type: mergeDefaults() are disabled by default (BC break) [Closes #28, Closes #31] | | | |
schema | by dg | Expect::from() removed support for phpDoc annotations (BC break) | | | |
schema | by dg | Schema: added return type hints (BC break) | | | |
schema | by dg | opened 2.0-dev | | | |
schema | by dg | github actions updated | | | |
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 | opened 4.0-dev | | | |
routing | by dg | github actions updated | | | |
robot-loader | by dg | cs | | | |
robot-loader | by dg | github actions updated | | | |
robot-loader | by dg | composer: added psr-4 loader | | | |
robot-loader | by dg | composer: require stable packages outside of nette | | | |
php-generator | by dg | composer: added psr-4 loader | | | |
php-generator | by dg | composer: require stable packages outside of nette | | | |
neon | by dg | used attribute Deprecated | | | |
neon | by dg | Node: added $start & $end positions (replaces $startLine & $endLine) | | | |
neon | by dg | added Position to Exception | | | |
neon | by dg | added Position to Token | | | |
neon | by dg | TokenStream: refactoring | | | |
neon | by dg | added 'end' token | | | |