-
Feature: Full PHP 8.3 compatibility. (#22 by @yadaiio)
-
Feature: Simplify usage by supporting new default loop. (#21 by @PaulRotmann)
-
Minor documentation improvements. (#23 by @yadaiio and #20 by @PaulRotmann)
-
Feature: Forward compatibility with stable EventLoop 1.0 and 0.5. (#11 by @clue)
-
Improve documentation and add API docs (docblocks). (#10 and #12 by @clue)
-
Improve test suite and add
.gitattributes
to exclude dev files from export. Update to PHPUnit 9 and simplify test setup. (#8, #9, #17 and #18 by @clue and #15 by @SimonFrings)
- First stable release, now following SemVer
- Improved documentation
Contains no other changes, so it's actually fully compatible with the v0.2.0 release.
- Changed to use faster stream based networking API
(#6)
- Reduce footprint of required dependencies
- Only require
ext-sockets
for listening on multicast addresses
- First tagged release