v1.0.0-beta.8
ericyhwang
released this
12 Oct 21:36
·
153 commits
to master
since this release
- #71 - Put
getCommittedOpVersion
ontoShareDbMongo.prototype
instead of baseDB.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