Skip to content

Release 1.2

Compare
Choose a tag to compare
@brentscheffler brentscheffler released this 28 Aug 18:12
· 65 commits to master since this release

Features

  • Route attributes: key => value pairs can be assigned to individual Routes or in a Route group which will be attached to the ServerRequestInterface instance's own attributes.
  • Adding a public call method on Application that can call any \callable with dependency injection.

Fixes

  • Parameter name mismatch in TreeRouter on add method.