Releases: phpgt/Async
Releases · phpgt/Async
April 2026 release
What's Changed
- Bump phpunit/phpunit from 10.5.45 to 10.5.62 by @dependabot[bot] in #38
- Event model by @g105b in #41
- feature: trackDeferred, deprecating addDeferredToTimer by @g105b in #43
- Add JetBrains sponsorship to README with H1 heading by @g105b in #37
- tidy: move to GT prefix by @g105b in #44
New Contributors
- @dependabot[bot] made their first contribution in #38
Full Changelog: v1.0.1...v1.0.2
Multi-build CI runners
What's Changed
This release introduces an upgraded CI runner, and removes the last reference to the old CI service.
Full Changelog: v1.0.0...v1.0.1
Stable release
Full Loop and Timer functionality
With a working Loop and Timer, this library can be used to produce Promise-based async operations. The v1 release will be made when the Event functionality is implemented and tested.