Skip to content

Released version 3.2.10

Latest

Choose a tag to compare

@dg dg released this 01 Jun 18:34
· 36 commits to master since this release
  • Sharper phpDoc types and descriptions throughout the codebase
  • Reverted the experimental hasPresenter()/getPresenterIfExists() addition and the $throw deprecation in Component/Form::getPresenter() – the previous API behavior stays unchanged
  • {layout auto} no longer triggers infinite recursion – when used inside a referring template, the layout finder is now skipped instead of looping back on itself
  • Response and router classes now use promoted readonly properties, trimming boilerplate across Application, FileResponse, JsonResponse, RedirectResponse, TextResponse, ForwardResponse and CliRouter
  • Callback parameters in PresenterFactory, CallbackResponse and Multiplier are normalized to Closure for stronger typing