mongoose-cast-aggregation
Version:
A mongoose plugin that casts $match at aggregation pipelines whenever possible
20 lines (15 loc) • 506 B
Markdown
0.3.1 / 2022-07-07
===================
* docs: add `$search` and `$searchMeta` to README for NPM homepage.
0.3.0 / 2022-07-06
===================
* fix: allow casting stages after `$search` and `$searchMeta` re #11
0.2.1 / 2021-11-15
===================
* fix: use mongoose version >= 5.x instead of a specific version
0.2.0 / 2021-09-09
===================
* fix: add support for mongoose v6.x
0.1.0 / 2020-05-30
===================
* feat: cast query on `$geoNear` stages #3