Skip to content

v0.3.0

Choose a tag to compare

@jdpanderson jdpanderson released this 24 Jan 14:50
· 21 commits to master since this release

Version v0.3.0 release includes:

  • Support for PSR-7 ServerRequestInterface, co-existing with superglobal support.
  • Additional support for injecting a source array or request object. (Removes hard reliance on the superglobal $_SERVER)
  • Moved from PSR-0 to PSR-4 autoloader format.
  • General code, documentation, and test improvements.

The commits between this version and the last can be found here.