Releases: kartenmacherei/rest-framework
Releases · kartenmacherei/rest-framework
Release 3.0.1
Release 3.0.0
Added
- add transaction monitoring through NewRelic
- instantiation has been changed:
Framework::createInstance(Config $config)
Release 2.1.8
RestResource::getUriPattern()
is now a public method
Release 2.1.7
add charset to json content type
Release 2.1.5
Added
- introduced
Request::hasBody()
Release 2.1.4
Allow routers to access resources
2.1.3: Merge pull request #3 from FRoepstorf/add-Ics-support
Add ics support
Release 2.1.2
Changed
Request::hasHeader
andRequest::getHeader
are now public.
Release 2.1.1
Changed
ErrorHandler::register()
now accepts an optionalExceptionRenderer
. If no renderer is provided,JsonExceptionRenderer
will be used to retain backwards compatibility.
Added
- introduced
JsonBody::has()
Release 2.1.0
Changed
- Allow body in
DELETE
requests