Skip to content

Releases: phonetworks/pho-framework

8.1.0

23 Jul 20:42
Compare
Choose a tag to compare

autoRegisterOutgoingEdges

8.0.0

21 Jul 21:38
Compare
Choose a tag to compare
  • With particles, the registerOutgoingEdgeClass is gone, and is now replaced with registerOutgoingEdge.
  • 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 with registerHandler(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.

7.5.0

20 Jul 21:53
Compare
Choose a tag to compare

Injectables

7.4.2

20 Jul 16:46
Compare
Choose a tag to compare

lib-graph 5.1.2 (major bugfix) compatibility

7.4.1

19 Jul 20:28
Compare
Choose a tag to compare

Major bugfix

7.4.0

19 Jul 20:27
Compare
Choose a tag to compare

Hookables implemented with
"creator" in ParticleTrait.php
and
"edge" in AbstractNotification.php

7.3.1

19 Jul 10:39
Compare
Choose a tag to compare

Bugfixes

7.3.0

19 Jul 10:27
Compare
Choose a tag to compare

New registerHandlerAdapter function added to ParticleTrait for further customizability.

7.2.5

18 Jul 22:27
Compare
Choose a tag to compare

Bugfixes

7.2.4

18 Jul 21:34
Compare
Choose a tag to compare

Bugfixes