All notable changes are documented in this file using the Keep a CHANGELOG principles.
3.0.0 - 2017-07-27
- add transaction monitoring through NewRelic
- instantiation has been changed:
Framework::createInstance(Config $config)
- introduced
ServiceUnavailableResponse
2.1.5 - 2017-11-16
- introduced
Request::hasBody()
2.1.1 - 2017-01-26
ErrorHandler::register()
now accepts an optionalExceptionRender
. If no renderer is provided,JsonExceptionRenderer
will be used to retain backwards compatibility.
- introduced
JsonBody::has()
2.1.0 - 2017-01-19
- Allow body in
DELETE
requests
2.0.0 - 2017-01-17
- Classes extending
RestResource
now need to implement thegetUriPattern()
method
PhpObjectContent
has been added to allow sending a response containing a serialised PHP object
1.0.0 - 2016-12-22
Initial Release