github share/sharedb v1.0.0-beta.25

latest releases: v5.0.0, v4.1.5, v4.1.4...
4 years ago

Externally-visible changes

  • #321 - Delay ops sent by query subscriptions until after polling is complete. ShareDB doesn't guarantee the sequence in which these op & query result updates will be received, but currently the code sends the ops as soon as they are received, then issues the query against the database. This change makes it so that ops are consistently ordered after diffs in results by delaying sending of ops until polling is complete.

Dev and documentation changes

  • #320 - Update dependencies in examples and bring corresponding example code up to date

Don't miss a new sharedb release

NewReleases is sending notifications on new releases.