File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ 5.7.4 / 2019-10-09
2
+ ==================
3
+ * fix(schema): handle ` required: null ` and ` required: undefined ` as ` required: false ` #8219
4
+ * fix(update): support updating array embedded discriminator props if discriminator key in $elemMatch #8063
5
+ * fix(populate): allow accessing populate virtual prop underneath array when virtual defined on top level #8198
6
+ * fix(model): support passing ` options ` to ` Model.remove() ` #8211
7
+ * fix(document): handle ` Document#set() ` merge option when setting underneath single nested schema #8201
8
+ * fix: use options constructor class for all schematypes #8012
9
+
1
10
5.7.3 / 2019-09-30
2
11
==================
3
12
* fix: make CoreMongooseArray#includes() handle ` fromIndex ` parameter #8203
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.4-pre " ,
4
+ "version" : " 5.7.4" ,
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