Skip to content

v1.0.0-beta.8

Compare
Choose a tag to compare
@ericyhwang ericyhwang released this 12 Oct 21:36
· 153 commits to master since this release
  • #71 - Put getCommittedOpVersion onto ShareDbMongo.prototype instead of base DB.prototype (@ericyhwang)
    • This fixes an issue that's only triggered when loading sharedb-mongo and another DB adapter (like sharedb-mingo-memory) into the same process. This likely won't be the case in production, but it could be encountered in a test suite that runs in-memory unit tests and integration tests together.
    • Thanks to @danilopao for reporting in share/sharedb-mingo-memory#8