Releases: phonetworks/pho-framework
Releases · phonetworks/pho-framework
6.2.0
Added formative trait to the predicate
6.1.0
Added onIncomingEdgeRegistration method, and documented it
6.0.2
Serialization/unserialization improvements for Framework's new features.
6.0.0
- 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
$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
- Graph renamed as Space
- Frame renamed as Graph
- Space cannot be disparate
- belongsorEqual() method replaced by in()
4.7.0
Particle declaration of incoming edges has been improved to include parent's automatically.
4.5.1
Return value of _callSetter is limited to EntityInterface, which still covers both EdgeInterface and NodeInterface, hence flexibility.
4.5.0
The return value of _callSetter is now mixed.