Skip to content

Releases: phonetworks/pho-framework

6.2.0

30 Jun 00:28
Compare
Choose a tag to compare

Added formative trait to the predicate

6.1.0

28 Jun 22:59
Compare
Choose a tag to compare

Added onIncomingEdgeRegistration method, and documented it

6.0.2

27 Jun 22:15
Compare
Choose a tag to compare

Serialization/unserialization improvements for Framework's new features.

6.0.0

27 Jun 18:59
Compare
Choose a tag to compare
  • Notifications
  • Subscriptions
  • Transmit renamed as Mention
  • Predicate traits implemented
  • Edge has "execute()" and "return()" methods.
  • AbstractNotification has "hydratedEdge" method to be implemented at higher level.

5.1.0

25 Jun 15:46
Compare
Choose a tag to compare

$node->$edge() return value is now determined by the role of the Edge's predicate (based on 3.5.0 changes in pho-lib-graph)

5.0.0

22 Jun 21:15
Compare
Choose a tag to compare
  • Graph renamed as Space
  • Frame renamed as Graph
  • Space cannot be disparate
  • belongsorEqual() method replaced by in()

4.7.0

16 Jun 18:01
Compare
Choose a tag to compare

Particle declaration of incoming edges has been improved to include parent's automatically.

4.6.1

02 Jun 00:36
Compare
Choose a tag to compare

Logger

4.5.1

26 May 04:31
Compare
Choose a tag to compare

Return value of _callSetter is limited to EntityInterface, which still covers both EdgeInterface and NodeInterface, hence flexibility.

4.5.0

26 May 02:03
Compare
Choose a tag to compare

The return value of _callSetter is now mixed.