All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- When RequestHandler was used as a middleware, default RequestHandler was not saved and wrong default request handler was called.
- RequestHandler supports MiddlewareInterface to be use as a middleware as well
- Constructor arguments order for RequestHandler
- Default handler is now optional
- Handful factory methods
- Updated documentation
- Initial release