v0.5.5
版本发布时间: 2021-07-19 18:46:10
friends-of-reactphp/mysql最新发布版本:v0.6.0(2023-11-10 20:12:44)
-
Feature: Simplify usage by supporting new default loop. (#134 by @clue)
// old (still supported) $factory = new React\MySQL\Factory($loop); // new (using default loop) $factory = new React\MySQL\Factory();
-
Improve test setup, use GitHub actions for continuous integration (CI) and fix minor typo. (#132 by @SimonFrings and #129 by @mmoreram)