Releases: phonetworks/pho-framework
Releases · phonetworks/pho-framework
8.1.0
8.0.0
- With particles, the
registerOutgoingEdgeClass
is gone, and is now replaced withregisterOutgoingEdge
. - The {ParticleName}/{EdgeName}Out folder structure to define edges is now replaced with the explicit "registerOutgoingEdge" method only.
- Particle's
registerHandlerAdapter(string $class)
method is replaced withregisterHandler(string $class)
. - Two new signals; outgoing_edge.registered and edge.registered
- ParticleTrait __construct (which was imported by particles via "particleConstructor" name) is now named as: "initializeParticle".
- The internals of OutgoingEdgeLoader simplified.
- Documentation (under docs/) updated to reflect the latest API changes.
- Unit tests updated to reflect the latest changes in the API.