github share/sharedb v1.0.0-beta.11

latest releases: v5.0.2, v5.0.1, v5.0.0...
5 years ago

Changes

  • #220 - Add connection.fetchSnapshot(collection, id, version, callback): void method, for fetching a snapshot at a particular version. (@alecgibson)
    • See the README for more API documentation.
    • Performance note: This method could be slow if requesting a very large version number. ShareDB only stores the most recent snapshot, so this method internally fetches all ops up to the requested version and applies each op in sequence to get the snapshot.

Don't miss a new sharedb release

NewReleases is sending notifications on new releases.