php-generator | by dg | typo | | | |
http | by forrest79 | Session: keep exceptions chain on session_start (#240) | | | |
latte | by dg | cs | | | |
latte | by dg | TagParser: allow trailing comma in |filter(...) | | | |
application | by dg | PresenterFactory: default mapping is App\UI\*\**Presenter (BC break) | | | |
application | by dg | LatteFactory: $control is passed to create() (BC break) | | | |
application | by dg | PresenterFactoryCallback: refreshes page instead of creating presenters dynamically (BC break) TODO: scanDir must be active | | | |
application | by dg | @annotations are deprecated (BC break) | | | |
application | by dg | Presenter: removed constructor (BC break!) | | | |
application | by dg | LinkGenerator: query part in link is deprecated | | | |
application | by dg | Component::getParameter() $default is deprecated | | | |
application | by dg | Component::link() & etc uses variadic parameter | | | |
application | by dg | deprecated magic properties except for $template & $payload (BC break) | | | |
application | by dg | Component: only UI components can be added to presenter/component (BC break) WIP | | | |
application | by dg | Component: method checkRequirements() is called for createComponent<Name>() methods (BC break) | | | |
application | by dg | Revert "UI\PresenterComponent: removed references created by loadState() for persistent parameters. [Closes nette/nette#703][Closes nette/nette#703][Closes #69]" (possible BC break) This reverts commit cda17f460d020b0f042364d4e140742022a7e94d. See https://forum.nette.org/cs/35528-stejne-pojmenovany-parametr-akce-presenteru-a-persistentni-odlisne-chovani-v-nette-2-0-oproti-aktualnimu#p221742 BC break: Property must be nullable, ie: #[Persistent] public ?int $foo | | | |
application | by dg | Presenter::handleInvalidLink() -> processInvalidLink() (BC break) | | | |
application | by dg | RouteList: array access is deprecated | | | |
application | by dg | added type hints (BC break) | | | |
application | by dg | removed compatibility for old class names - inteface Nette\Application\IRouter replaced by Nette\Routing\Router | | | |
application | by dg | removed support for Latte 2 | | | |
application | by dg | opened 4.0-dev | | | |
application | by dg | typo | | | |
application | by dg | support for PHP 8.4 | | | |
application | by dg | LatteExtension: automatically passes translator to Latte\Essential\TranslatorExtension | | | |
application | by dg | LatteExtension: added option 'locale' | | | |
application | by dg | requires Latte 3.0.18 | | | |
php-generator | by dg | support for PHP 8.4 | | | |
php-generator | by dg | added ClassManipulator | | | |
php-generator | by tm1000 | Added TraitsAware::hasTrait method (#163) | | | |
php-generator | by dg | Parameter & Property: isNullable() returns true when default value is null (possible BC break) For compatibility with PHP 8.4 | | | |
php-generator | by dg | Printer::printType() refactoring | | | |