Skip to content

Releases: kartenmacherei/rest-framework

Release 3.0.1

09 Oct 11:20
0278655
Compare
Choose a tag to compare

Updated PHP 7.1 to be able to run in repos with PHP 8.2

Release 3.0.0

27 Jul 14:16
Compare
Choose a tag to compare

Added

  • add transaction monitoring through NewRelic
  • instantiation has been changed: Framework::createInstance(Config $config)

Release 2.1.8

22 May 12:14
1f2645f
Compare
Choose a tag to compare

RestResource::getUriPattern() is now a public method

Release 2.1.7

26 Mar 18:19
Compare
Choose a tag to compare
add charset to json content type

Release 2.1.5

30 Nov 10:48
Compare
Choose a tag to compare

Added

  • introduced Request::hasBody()

Release 2.1.4

08 Nov 14:58
c6c53c1
Compare
Choose a tag to compare

Allow routers to access resources

2.1.3: Merge pull request #3 from FRoepstorf/add-Ics-support

04 Oct 12:36
Compare
Choose a tag to compare

Release 2.1.2

21 Jun 14:02
Compare
Choose a tag to compare

Changed

  • Request::hasHeader and Request::getHeader are now public.

Release 2.1.1

26 Jan 12:29
Compare
Choose a tag to compare

Changed

  • ErrorHandler::register() now accepts an optional ExceptionRenderer. If no renderer is provided, JsonExceptionRenderer will be used to retain backwards compatibility.

Added

  • introduced JsonBody::has()

Release 2.1.0

26 Jan 12:30
Compare
Choose a tag to compare

Changed

  • Allow body in DELETE requests