v2.22.0
Warning! Breaking changes with 2.21.x and below
- [BC] replaced old way to manage controller action params.
$params is now an instance Peak\Bedrock\Controller\ParamsCollection and $params_raw has been removed - bootstrap processes can now request the container in their constructors
- cli commands can now request the container in their constructors
- added support of object to Peak\Bedrock\View\Helper\Grid
- updated method addRowDataAttr() and rowDataAttr() in Peak\Bedrock\View\Helper\Grid to support Closure
- added renderable view block
- moved logic from helper function phpinput to Peak\Common\PhpInput
- added mode param to Peak\Common\ExceptionLogger
- fixed a bug with getting cache content in Peak\Bedrock\View\Cache
- updated Peak\Common\ExceptionLogger to support custom log content closure