Skip to content

v1.0.0-beta.25

Compare
Choose a tag to compare
@nateps nateps released this 30 Oct 22:32
· 451 commits to master since this release

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