Version 0.4.0
Pre-release
Pre-release
This is the final release that will operate with PHP 5. In an effort to work
towards a production ready 1.0 release, future releases will require PHP 7.
- [BC] Dropped
Interface
suffix from interfaces - [BC] Renamed
ReadableStream
toReadablePhpStream
- [BC] Renamed
WritableStream
toWritablePhpStream
- [BC] Renamed
CoroutineAdaptor
toStandardCoroutineAdaptor
- [BC] Renamed
KernelApi
toStandardKernelApi
- [BC] Renamed
Strand
toStandardStrand
- [BC] Renamed
StrandFactory
toStandardStrandFactory
- [NEW] Added support for Guzzle promises
- [IMPROVED] The callback given to
Recoil::suspend
is now optional