Skip to content

Version 1.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmalloc jmalloc released this 16 Dec 00:45
· 47 commits to master since this release

UPGRADE WITH CAUTION

As of this version, the recoil/recoil package only contains the "reference kernel", which is an implementation of the kernel with no external dependencies. As such, it can not be used to execute ReactPHP code.

The ReactPHP kernel is still available in the recoil/react package.

Libraries and applications should be developed against the interfaces and classes provided by recoil/api. The intent is to keep these interfaces as stable as possible across the various kernel implementations and versions.

  • [BC] Moved the ReactPHP-based kernel to the recoil/react package
  • [BC] Moved the public interfaces to the recoil/api package
  • [BC] Moved kernel implementation details to the recoil/kernel package