File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ 7.6.7 / 2023-12-06
2
+ ==================
3
+ * fix: avoid minimizing single nested subdocs if they are required #14151 #14058
4
+ * fix(populate): allow deselecting discriminator key when populating #14155 #3230
5
+ * fix: allow adding discriminators using Schema.prototype.discriminator() to subdocuments after defining parent schema #14131 #14109
6
+ * fix(schema): avoid creating unnecessary clone of schematype in nested array so nested document arrays use correct constructor #14128 #14101
7
+ * fix(populate): call transform object with single id instead of array when populating a justOne path under an array #14135 #14073
8
+ * types: add back mistakenly removed findByIdAndRemove() function signature #14136 #14132
9
+
1
10
7.6.6 / 2023-11-27
2
11
==================
3
12
* perf: avoid double-running setter logic when calling `push()` #14120 #11380
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 7.6.6 " ,
4
+ "version" : " 7.6.7 " ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments