Closed w33ble closed 5 years ago
Closes https://github.com/mongoosejs/mongoose-double/issues/8
This PR adds support for $lt, $lte, $gt, and $gte. It does this by adding new $conditionalHandlers to the instance and delegating to the handleSingle and handleArray.
$lt
$lte
$gt
$gte
$conditionalHandlers
handleSingle
handleArray
Tried this locally and it worked as expected. Test are included.
Sure thing. Thanks for cutting another release already 👍
Closes https://github.com/mongoosejs/mongoose-double/issues/8
This PR adds support for
$lt
,$lte
,$gt
, and$gte
. It does this by adding new$conditionalHandlers
to the instance and delegating to thehandleSingle
andhandleArray
.Tried this locally and it worked as expected. Test are included.