1.0.0
We're proud to announce our initial stable release! The event loop is ready for production use, has been tested in various different applications and scenarios, and fully supports fibers.
What's Changed
- Added
EventLoop::getIdentifiers(#62) - Added
EventLoop::getType(#62) - Added
EventLoop::isEnabled(#62) - Added
EventLoop::isReferenced(#62) - Fixed
EventLoop::getErrorHandlermissing thestaticmodifier - Fixed double wrapping in
UncaughtThrowableif a decorating event loop driver throws anUncaughtThrowable(#61) - Removed
EventLoop::getInfo, useEventLoop::getIdentifiers()in combination withEventLoop::isEnabled,EventLoop::isReferenced, andEventLoop::getTypeinstead (#62) - Removed
EventLoop::createSuspension, useEventLoop::getSuspensioninstead
Full Changelog: v0.2.5...v1.0.0