Releases: stefanak-michal/deepr-php
Releases · stefanak-michal/deepr-php
v1.7
v1.6
- Updated fault terminator check
- Added support for method returns
null
v1.4
- Source values https://github.com/deeprjs/deepr#source-values
- Fault tolerant https://github.com/deeprjs/deepr#fault-tolerant-queries
- Refactored
- Composer phpunit
- Github action
- Added more options (ignore and accept keys, authorization, context) https://github.com/stefanak-michal/deepr-php/wiki/Options
- Error codes
v1.3
- Fixed check to parallel call
- Updated logic for rpc method call
- while root is collection method is called on each child
- if it's structure class extending collection its called on class itself
- Passing key while processing collection
v1.2
- Moved nest/unnest logic from processing query to final execution
v1.1
- invokeQuery returns output
- invokeQuery accepts options
- option to turn off auto unnest one child from collection (default is enabled by Deepr specification)
v1.0
added tests