Skip to content

v2.20.0

Choose a tag to compare

@1franck 1franck released this 08 Oct 18:48
· 1412 commits to master since this release
  • added static method isValid() and createFrom() to Peak\Common\TimeExpression
  • added the request uri exception message in Peak\Bedrock\Controller\FrontController
  • rounded time before outputting string in Peak\Common\TimeExpression
  • output milliseconds string if time is between 0 and 1 second in Peak\Common\TimeExpression
  • added method toClockString() in Peak\Common\TimeExpression
  • fixed bug in Peak\Common\TimeExpression::toString() with "30 day" to 1 month conversion
  • Peak\Bedrock\Application\Bootstrapper is now able to resolve dependencies for init* and per environment methods
  • added Peak\Routing\CustomRouteBuilder
  • updated Peak\Bedrock\Application\Bootstrap\ConfigCustomRoutes to use CustomRouteBuilder
  • added method push() to Peak\Common\Collection