File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 5.7.5 / 2019-10-14
2+ ==================
3+ * fix(query): delete top-level ` _bsontype ` property in queries to prevent silent empty queries #8222
4+ * fix(update): handle subdocument pre('validate') errors in update validation #7187
5+ * fix(subdocument): make subdocument#isModified use parent document's isModified #8223
6+ * docs(index): add favicon to home page #8226
7+ * docs: add schema options to API docs #8012
8+ * docs(middleware): add note about accessing the document being updated in pre('findOneAndUpdate') #8218
9+ * refactor: remove redundant code in ValidationError #8244 [ AbdelrahmanHafez] ( https://github.com/AbdelrahmanHafez )
10+
1115.7.4 / 2019-10-09
212==================
313 * fix(schema): handle ` required: null ` and ` required: undefined ` as ` required: false ` #8219
Original file line number Diff line number Diff line change 11{
22 "name" : " mongoose" ,
33 "description" : " Mongoose MongoDB ODM" ,
4- "version" : " 5.7.5-pre " ,
4+ "version" : " 5.7.5" ,
55 "author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
66 "keywords" : [
77 " mongodb" ,
You can’t perform that action at this time.
0 commit comments