Changelog
2.1.0 / 2017-12-17
Lazy
iterator to re-implement Cursor
and pipeline operatorsAggregator.stream
to obtain iterator for stream pipeline resultsCursor
methods first()
and last()
Changelog
2.0.1 / 2017-09-07
$lookup
without mutating original. Fixes #59 and #60clone
return shallow clonecloneDeep
for deep cloningChangelog
2.0.0 / 2017-08-12
$strLenBytes
, $strLenCP
, $substrCP
, $substrBytes
$indexOfBytes
$stdDevSamp
$in
for aggregation operationsOP_QUERY
to return boolean onlyOP_AGGREGATE
to OP_EXPRESSION
$unwind
to MongoDB 3.2 featuresChangelog
1.3.3 / 2017-08-02
computeValue
not overriding group operator keys after resolving expression$in
, $objectToArray
, and $arrayToObject
array aggregation operators