Recoil v0.2.0 Release Notes

Release Date: 2014-09-23 // over 9 years ago
  • 🐎 To faciliate several performance improvements the following backwards compatibility breaking changes have been introduced:

    • [BC] CoroutineInterface no longer implements EventEmitterInterface - several unused events were fired every time a coroutine was called
    • [BC] Recoil::finalize() now only works with generator based coroutines - this was previously implemented using the aforementioned events