File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed 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
+
1
11
5.7.4 / 2019-10-09
2
12
==================
3
13
* fix(schema): handle ` required: null ` and ` required: undefined ` as ` required: false ` #8219
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 5.7.5-pre " ,
4
+ "version" : " 5.7.5" ,
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