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