Releases: kartenmacherei/rest-framework
Releases · kartenmacherei/rest-framework
Release 3.0.2
Release 3.0.1
Updated PHP 7.1 to be able to run in repos with PHP 8.2
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::hasHeaderandRequest::getHeaderare now public.
Release 2.1.1
Changed
ErrorHandler::register()now accepts an optionalExceptionRenderer. If no renderer is provided,JsonExceptionRendererwill be used to retain backwards compatibility.
Added
- introduced
JsonBody::has()