Recoil v1.0.0-alpha.1 Release Notes

Release Date: 2016-12-16 // over 7 years ago
  • 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