Skip to content

Releases: phpgt/Async

April 2026 release

16 Apr 16:18
12a032e

Choose a tag to compare

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

Full Changelog: v1.0.1...v1.0.2

Multi-build CI runners

07 Mar 17:27
3daab88

Choose a tag to compare

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

01 Jul 11:03
3d2bdec

Choose a tag to compare

What's Changed

  • build: hard dependencies by @g105b in #6
  • maintenance: dependabot by @g105b in #8
  • Docs update & version bump by @g105b in #24

Full Changelog: v0.1.0...v1.0.0

Full Loop and Timer functionality

21 Jan 12:27
45a7766

Choose a tag to compare

Pre-release

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.