Skip to content

Commit ede5aef

Browse files
committed
chore: release 5.7.4
1 parent 402db1a commit ede5aef

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
5.7.3 / 2019-09-30
211
==================
312
* fix: make CoreMongooseArray#includes() handle `fromIndex` parameter #8203

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "5.7.4-pre",
4+
"version": "5.7.4",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)