RxDB v9.11.0 Release Notes

Release Date: 2020-12-13 // over 3 years ago
  • 🔋 Features:

    • Added putAttachment(skipIfSame), if set to true a write will be skipped if the attachment already exists with the same data.

    🛠 Bugfixes:

    • awaitInitialReplication() resolves on failed replication #2745. Thanks @dome4
    • insertLocal() not emitted the state change across tabs

    Other:

    • Added name identifier to RxPlugin
    • Throw error when dev-mode plugin is added multiple times because there is no way that this was done intentional likely the developer has mixed core and default usage of RxDB.
    • Fix reported security problem with the query builders mquery api.