Recoil v0.4.0 Release Notes

Release Date: 2016-03-06 // about 8 years ago
  • ๐Ÿš€ 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 to ReadablePhpStream
    • [BC] Renamed WritableStream to WritablePhpStream
    • [BC] Renamed CoroutineAdaptor to StandardCoroutineAdaptor
    • [BC] Renamed KernelApi to StandardKernelApi
    • [BC] Renamed Strand to StandardStrand
    • [BC] Renamed StrandFactory to StandardStrandFactory
    • [NEW] Added support for Guzzle promises
    • [IMPROVED] The callback given to Recoil::suspend is now optional