Skip to content

Releases: wasinger/jsonrpc-bundle

Version 0.7.0-beta

24 Oct 15:17
Compare
Choose a tag to compare
Version 0.7.0-beta Pre-release
Pre-release

Updated for Symfony 5 and 6 and PHP 8. Still needs more testing before using in production.

Version 0.6.2

16 Jan 12:30
Compare
Choose a tag to compare
  • Installation with Flex on symfony 4.x now works
  • Fixed failing travis builds for PHP 5, removing tests for PHP 5.4 (minimal tested PHP Version is now 5.6)

Version 0.6.1

10 Mar 15:51
Compare
Choose a tag to compare
  • compatibility with Symfony 4, thanks to @shreypuranik
  • make unit tests compatible with newer phpunit versions

Version 0.6.0

09 Feb 11:19
Compare
Choose a tag to compare

Added compatibility with Symfony 3. Minimum required Symfony version is now 2.7

0.3.0

23 Jul 15:51
Compare
Choose a tag to compare

Function definitions can be added after instanciation of the service via JsonRpcController::addMethod()

0.2.0: Merge pull request #6 from shadypierre/master

20 Mar 08:01
Compare
Choose a tag to compare

use array instead of a StdClass object for decoded json request