Releases: recoilphp/recoil
Releases · recoilphp/recoil
Version 0.3.0
- [BC] Removed
StrandInterface::resume()
- [NEW]
return
statement can be used to return a value inside a coroutine (requires PHP 7) - [IMPROVED] Improved method documentation on
Recoil
facade (thanks @rjkip)
Version 0.2.1
- [IMPROVED] Added support for cancellable promises
Version 0.2.0
To faciliate several performance improvements the following backwards compatibility breaking changes have been introduced:
- [BC]
CoroutineInterface
no longer implementsEventEmitterInterface
- several unused events were fired every time a co-routine was called - [BC]
Recoil::finalize()
now only works with generated based co-routines - this was previously implemented using the aforementioned events
Version 0.1.0
- Initial release