Releases: share/sharedb-mingo-memory
Releases · share/sharedb-mingo-memory
v1.1.3
- #12 - [fix] Ignore
$hint
and$comment
in queries (@ericyhwang)
v1.1.2
- #10 - Freeze mingo version to 2.5.0 (@hdavidzhu)
- This will be temporary - [email protected] is broken.
v1.1.0
v1.0.2
Changes
- #6 - Fix tests by adding null snapshot metadata (@alecgibson)
1.0.0 / 2018-02-26
Bye-bye beta tag! 🎉
Changes
- #3 (@zmillman)
- Update mingo dependency to "^2.2.0", which fixes
<property>: null
queries. - Add support for queries on reserved Share properties using sharedb-mongo query format, e.g.
_v: {$lt: 10}
.
- Update mingo dependency to "^2.2.0", which fixes
Known issues
- Query filters on subpaths underneath the Share metadata property, e.g.
'_m.mtime': {$gte: 1000}
, don't work. This is currently tracked by #4. - Errors from mingo may not be handled in exactly the same way as sharedb-mongo handles errors from Mongo.