Skip to content

Releases: kartenmacherei/rest-framework

Release 3.0.2

13 Jan 13:09
8a7153a

Choose a tag to compare

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

09 Oct 11:20
0278655

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

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

Choose a tag to compare

RestResource::getUriPattern() is now a public method

Release 2.1.7

26 Mar 18:19

Choose a tag to compare

add charset to json content type

Release 2.1.5

30 Nov 10:48

Choose a tag to compare

Added

  • introduced Request::hasBody()

Release 2.1.4

08 Nov 14:58
c6c53c1

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

Choose a tag to compare

Release 2.1.2

21 Jun 14:02

Choose a tag to compare

Changed

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

Release 2.1.1

26 Jan 12:29

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