Skip to content

Version 0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmalloc jmalloc released this 06 Mar 06:48
· 391 commits to master since this 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 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