Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@SimonFrings SimonFrings released this 05 Apr 12:57
· 4 commits to 1.x since this release
  • Feature: Full PHP 8.3 compatibility.
    (#22 by @yadaiio)

  • Feature: Simplify usage by supporting new default loop.
    (#21 by @PaulRotmann)

    // old (still supported)
    $factory = new Clue\React\Multicast\Factory($loop);
    
    // new (using default loop)
    $factory = new Clue\React\Multicast\Factory();
  • Minor documentation improvements.
    (#23 by @yadaiio and #20 by @PaulRotmann)