0.4.0
API improvements and refactoring.
Changelog:
- Minor
Autoloaderimprovement - Major
Routerrefactoring using method extraction Sessionobjects can now be accessed like arrays, and as a result through
their parentRequestobjects in the same way as other request data.Responserefactoring, also removedResponse::addContent()- Removed redundant
Tools::processPost() - Added
ContainerInterface::all()andSessionInterface::has() Containernow automatically injects itself to anyContainerAwareInterface
implementors that it instantiates- Simplified
Request/ResponseAPI