Releases: share/sharedb-mingo-memory
Releases · share/sharedb-mingo-memory
v4.0.1
- #32 — Fix missing variable declaration (@alecgibson)
v4.0.0
- BREAKING — Drop Node.js v16 support
v3.0.2
- Add
sharedb@5
support
v3.0.1
v3.0.0
- BREAKING: Drop Node.js v14 support
- Add support for
sharedb@4
v2.1.1
- #23 — Improve query validation (@dawidreedsy )
v2.1.0
What's Changed
- Support
$aggregate
, upgrade to mingo 6 by @ericyhwang in #22- Example usage of
$aggregate
in the tests: https://github.com/share/sharedb-mingo-memory/blob/15255d183a7b2452c6fa4ac3bf146a4fe283de6c/test/query.js#L134-L165
- Example usage of
Full Changelog: v2.0.0...v2.1.0
v2.0.0
- BREAKING: Drop Node.js v12 support
v1.2.0
v1.1.4
- #13 - Fix issue with queryPollDoc not stripping
$comment
and$hint
(@ericyhwang)