kea v0.23.0 Release Notes

Release Date: 2017-08-15 // over 6 years ago
  • 🆕 New and old deprecations

    • ✂ Removed all old deprecations except for the usage of run and cancelled in sagas. These still give warnings.
    • ➕ Added new deprecations for Logic and Scene classes and related code. Basically everything imported from kea/logic and kea/scene is no longer safe.
    • Saga classes and code imported from kea/saga are safe for now, but you should migrate it to the unform kea({}) syntax sooner rather than later.

    ⬆️ When upgrading, make sure your code works with 0.22.1 without any deprecation warnings. Then upgrade to 0.23.0 and remove the new warnings.