Skip to content

Releases: stefanak-michal/deepr-php

v1.7

12 Aug 22:04
1f683b5
Compare
Choose a tag to compare
  • Removed requirements for structure classes and interfaces
  • Refactored query processing
  • Removed serialization from Deepr process
  • Removed source value class instantiation from Deepr process - has to be moved to deserialization step

v1.6

04 Aug 12:41
9639d3d
Compare
Choose a tag to compare
  • Updated fault terminator check
  • Added support for method returns null

v1.4

04 Aug 09:19
4aa206e
Compare
Choose a tag to compare

v1.3

30 Jul 14:30
Compare
Choose a tag to compare
  • 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

26 Jul 08:50
a85db1f
Compare
Choose a tag to compare
  • Moved nest/unnest logic from processing query to final execution

v1.1

22 Jul 12:43
0d3e2a1
Compare
Choose a tag to compare
  • invokeQuery returns output
  • invokeQuery accepts options
  • option to turn off auto unnest one child from collection (default is enabled by Deepr specification)

v1.0

20 Jul 12:45
Compare
Choose a tag to compare
added tests