File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ 5.8.5 / 2020-01-06
2+ ==================
3+ * fix(document): throw error when running ` validate() ` multiple times on the same document #8468
4+ * fix(model): ensure deleteOne() and deleteMany() set discriminator filter even if no conditions passed #8471
5+ * fix(document): allow pre('validate') hooks to throw errors with ` name = 'ValidationError' ` #8466
6+ * fix(update): move top level $set of immutable properties to $setOnInsert so upserting with immutable properties actually sets the property #8467
7+ * fix(document): avoid double-running validators on single nested subdocs within single nested subdocs #8468
8+ * fix(populate): support top-level match option for virtual populate #8475
9+ * fix(model): avoid applying skip when populating virtual with count #8476
10+
1115.8.4 / 2020-01-02
212==================
313 * fix(populate): ensure populate virtual gets set to empty array if ` localField ` is undefined in the database #8455
Original file line number Diff line number Diff line change 11{
22 "name" : " mongoose" ,
33 "description" : " Mongoose MongoDB ODM" ,
4- "version" : " 5.8.5-pre " ,
4+ "version" : " 5.8.5" ,
55 "author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
66 "keywords" : [
77 " mongodb" ,
You can’t perform that action at this time.
0 commit comments