RxDB v9.16.0 Release Notes

Release Date: 2021-04-12 // about 3 years ago
  • ๐Ÿ”‹ Features:

    • Added RxDatabase.migrationStates() which returns an observable to observe the state of all ongoing migrations.
    • Added startupPromise to the returned object of RxDatabase().server()

    ๐Ÿ›  Bugfixes:

    • Ensure every background task is done when RxDatabase.destroy() resolves. #2938

    Other:

    • Added analytics to docs page