9.16.0
Features:
- Added
RxDatabase.migrationStates()
which returns an observable to observe the state of all ongoing migrations. - Added
startupPromise
to the returned object ofRxDatabase().server()
Bugfixes:
- Ensure every background task is done when
RxDatabase.destroy()
resolves. #2938
Other:
- Added analytics to docs page