File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.3.2 / 2024-04-16
2
+ ==================
3
+ * fix(populate): avoid match function filtering out null values in populate result #14518 #14494
4
+ * types(query): make FilterQuery props resolve to any for generics support #14510 #14473 #14459
5
+ * types(DocumentArray): pass DocType generic to Document for correct toJSON() and toObject() return types #14526 #14469
6
+ * types(models): fix incorrect bulk write options #14513 [ emiljanitzek] ( https://github.com/emiljanitzek )
7
+ * docs: add documentation for calling schema.post() with async function #14514 #14305
8
+
1
9
7.6.11 / 2024-04-11
2
10
===================
3
11
* fix(populate): avoid match function filtering out null values in populate result #14518
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 8.3.1 " ,
4
+ "version" : " 8.3.2 " ,
5
5
"author" :
" Guillermo Rauch <[email protected] >" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments