Skip to content

v2.25.0

Compare
Choose a tag to compare
@1franck 1franck released this 22 Feb 04:47
· 1126 commits to master since this release

Warning! This version contains breaking changes with 2.24.x and below [BC]
Also, composer packages prefix has been renamed from peakphp/* to peak/*

  • deleted deprecated Peak\Bedrock\View\Helper\Debug
  • added Peak\Common\Session and removed Peak\Config\Session
  • updated Peak\Pipelines\AbstractProcessor to use InvalidPipeException and MissingPipeInterfaceException
  • added Peak\Pipelines\Exceptions\InvalidPipeException and Peak\Pipelines\Exceptions\MissingPipeInterfaceException
  • [BC] standardized configuration for Peak\Bedrock\Application\Bootstrap\Session
  • [BC] rebuilded completely Peak\Bedrock\View\Helper\DebugBar
  • added function catchOutput() in Peak\Common\helpers.php
  • [BC] renamed function getClassPath() to getClassFilePath() in Peak\Common\helpers.php
  • [BC] renamed function formatFileSize() to formatSize() in Peak\Common\helpers.php
  • added function interpolate() in Peak\Common\helpers.php
  • added Peak\Bedrock\Application\Exceptions\ InstanceNotFoundException and MissingContainerException
  • added new mode to Peak\Common\ExceptionLogger
  • added Peak\Bedrock\View\Exceptions\ EngineNotSetException and HelperNotFoundException