You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: use a timestamp instead of a simple count for the crdt (43315c3)
Features
metadata: add a service for fix metaData (12b1511)
metadata: wait for metadata state before making a querySync (78fb294)
title: add a service (TitleService) for the document's title (39701b7)
BREAKING CHANGES
metadata: SyncService.setJoinAndStateSources parameters have changed. Before it was (joinSource: Observable, storedStateSource?: Observable) and now is (joinSource: Observable, metadataSource: Observable, storedStateSource: Observable).