Published on

Replicache 11.0.1

Authors
1 min read

Summary

Note: When these release notes were initially published, experimentalPendingMutation was accidentally omitted.

🔌 Install

npm add replicache@11.0.1

🎁 Features

  • Added experimentalPendingMutation to get the current list of pending mutations. This is intended e.g., for warning user about unsaved changes before shutdown.

🧰 Fixes

  • Demoted license-related logs at startup to debug level.
  • By calling put() inside a scan() iteration, it was possible to deadlock Replicache 11.0.0. This was fixed.

⚠️ Breaking Changes

  • None.

⚡️ Performance

  • No change.