Skip to content

Releases: kartenmacherei/rest-framework

Release 3.0.2

Choose a tag to compare

@Tesla91 Tesla91 released this 13 Jan 13:09
8a7153a

What's Changed

  • refactor: remove implicit null so that code is php 8.4 compatible by @Tesla91 in #11

New Contributors

Full Changelog: 3.0.1...3.0.2

Release 3.0.1

Choose a tag to compare

@Tesla91 Tesla91 released this 09 Oct 11:20
0278655

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

Release 3.0.0

Choose a tag to compare

@sebastianheuer sebastianheuer released this 27 Jul 14:16

Added

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

Release 2.1.8

Choose a tag to compare

@sebastianheuer sebastianheuer released this 22 May 12:14
1f2645f

RestResource::getUriPattern() is now a public method

Release 2.1.7

Choose a tag to compare

@sebastianheuer sebastianheuer released this 26 Mar 18:19
add charset to json content type

Release 2.1.5

Choose a tag to compare

@sebastianheuer sebastianheuer released this 30 Nov 10:48

Added

  • introduced Request::hasBody()

Release 2.1.4

Choose a tag to compare

@sebastianheuer sebastianheuer released this 08 Nov 14:58
c6c53c1

Allow routers to access resources

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

Choose a tag to compare

@leedwilkins leedwilkins released this 04 Oct 12:36
Add ics support

Release 2.1.2

Choose a tag to compare

@leedwilkins leedwilkins released this 21 Jun 14:02

Changed

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

Release 2.1.1

Choose a tag to compare

@sebastianheuer sebastianheuer released this 26 Jan 12:29

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()