We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0878a39 commit 2e0f6afCopy full SHA for 2e0f6af
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+2.2.2 / 2025-05-12
2
+==================
3
+ * fix: don't apply getters if defaultLeanOptions is set but lean is false #48 #46
4
+ * fix: apply single nested subdoc getter results #47 #45
5
+
6
2.2.1 / 2025-02-24
7
==================
8
* fix: handle getter for single nested that returns non-object #42
package.json
@@ -1,6 +1,6 @@
{
"name": "mongoose-lean-getters",
- "version": "2.2.1",
+ "version": "2.2.2",
"description": "Apply getters to the results of mongoose queries when using `.lean()`",
"main": "index.js",
"scripts": {
0 commit comments