Skip to content

Tags: felixfbecker/php-advanced-json-rpc

Tags

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow netresearch/jsonmapper ^3.0 and ^4.0 (#53)

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: fix problems in Travis CI configuration (#47)

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update minimal reflection-docblock version (#41)

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow netresearch/jsonmapper 2.0 (#39)

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow phpdocumentor/reflection-docblock v5 (#37)

v3.0.4

Toggle v3.0.4's commit message
fix: Dispatcher::dispatch should return mixed (#31)

We have no idea what the method returns, so `mixed` is the most appropriate return type

v3.0.3

Toggle v3.0.3's commit message
fix: add LICENSE

Closes #11

v3.0.2

Toggle v3.0.2's commit message
fix(dispatcher): pass null for missing arguments (#27)

Currently if the received params object does not contain a certain parameter of the function
this parameter is simply omitted in the array, resulting in a displacement of the following
arguments.

This commit fills a missing parameter in the array by the value `null` so that at least all
parameters are represented in the args array.

v3.0.1

Toggle v3.0.1's commit message
fix: throw error if json encoding failed

v3.0.0

Toggle v3.0.0's commit message
chore: update phpdocumentor/reflection-docblock from 3.3.0 to 4.0.0 (#17

)

BREAKING CHANGE: The major update may conflict with version requirements of other modules.

closes #12