v2.5.0
版本发布时间: 2021-10-25 16:04:54
clue/reactphp-stdio最新发布版本:v2.6.0(2022-03-18 23:13:45)
-
Feature: Simplify usage by supporting new default loop. (#99 by @clue)
// old (still supported) $stdio = new Clue\React\Stdio\Stdio($loop); // new (using default loop) $stdio = new Clue\React\Stdio\Stdio();
-
Improve code examples and documentation. (#100 by @clue and #98 by @PaulRotmann)
-
Use GitHub actions for continuous integration (CI). (#97 by @SimonFrings)