Skip to content

v2.21.0

Choose a tag to compare

@1franck 1franck released this 03 Nov 04:54
· 1378 commits to master since this release
  • added the ability to store closures in view variables and be used inside templates like a normal view helper
  • added method __call() to Peak\Bedrock\Controller\ChildActionController to check in parent controller for unknown methods
  • added Peak\Climber\Cron\CronApi
  • added Peak\Climber\Cron\CronBuilder
  • added Peak\Climber\Cron\Exceptions\CronBuilderException
  • added Peak\Climber\Cron\Exceptions\InvalidDatabaseConfigException
  • added method yesNoValid() to Peak\Climber\Cron\OptionFormat
  • added method raw() to Peak\Climber\Cron\CronEntity
  • renamed Peak\Climber\Cron\Cron to Peak\Climber\Cron\CronSystem and added static method connect()
  • added Peak\Bedrock\Application\Exceptions\NoRouteFoundException
  • added Peak\Bedrock\Application\Exceptions\ControllerNotFoundException