Changelog
6.3.0 / 2023-03-27
Fixes
$size
predicate failing when applied to undefined array. 313$min
and $max
operators to consider type sorting order.$group
operator to enforce _id
in spec.$setWindowFields
operator.New
$locf
window operator.$linearFill
window operator.$fill
pipeline operator.Changelog
6.2.4 / 2023-01-06
Fixes
package.json
in explicit module exports.package.json
files for subpackages to support all ESM bundlers (#298)Changelog
6.2.0 / 2022-12-16
New
$maxN
, $minN
, $firstN
, $lastN
, and $sortArray
.$maxN
, $minN
, $first
, $firstN
, $last
, $lastN
, $top
, $topN
, $bottom
, and $bottomN
.$cosh
and $sinh
.Fixes