Skip to content

9.16.0

Compare
Choose a tag to compare
@pubkey pubkey released this 12 Apr 21:42
· 6585 commits to master since this release

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