Skip to content

Releases: async-interop/event-loop

0.5.0

07 Jan 11:12
v0.5.0
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • Changed namespace to AsyncInterop instead of Interop\Async.

0.4.0

29 Dec 16:50
v0.4.0
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Changed exception base classes for thrown exceptions to Exception.
  • Added InvalidWatcherException::getWatcherId().
  • Loop::setErrorHandler should now return the old handler.
  • Renamed Loop::info to Loop::getInfo.
  • Require weak types for all callbacks.

0.3.0

09 Sep 22:19
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • InvalidWatcherException should no longer be thrown if an invalid watcher identifier is provided to Driver::disable(). The function call should now be a no-op with invalid watcher identifiers (similar to Driver::cancel()).

0.2.0

10 Aug 11:29
v0.2.0
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Rename Driver::storeState to Driver::setState
  • Rename Driver::fetchState to Driver::getState
  • Convert Driver from an interface to an abstract class
  • Merge Registry into Driver as it's now an abstract class
  • Add warning about different scopes for onSignal

0.1.0

16 Jul 20:23
v0.1.0
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

First tagged version of the standard's draft. Implementations can now depend on it using async-interop/event-loop:^0.1 in their composer.json file.