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
+ 6.3.6 / 2022-06-07
2
+ ==================
3
+ * fix(update): apply timestamps to nested subdocs within $push and $addToSet #11775
4
+ * fix(document): use shallow clone instead of deep clone for ` toObject() ` options #11776
5
+ * fix: avoid checking for ObjectId with instanceof #11891 [ noseworthy] ( https://github.com/noseworthy )
6
+ * fix(types): Allow sorting by text score #11893
7
+ * fix(types): allow schematype get() functions to return undefined #11561
8
+ * fix(types): add Schema.discriminator #11855 [ Uzlopak] ( https://github.com/Uzlopak )
9
+ * fix(types): discriminator generic type not being passed to schema #11898 [ GCastilho] ( https://github.com/GCastilho )
10
+
1
11
6.3.5 / 2022-05-30
2
12
==================
3
13
* fix(document): avoid infinite recursion when calling toObject() on self-referencing document #11756
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 6.3.5 " ,
4
+ "version" : " 6.3.6 " ,
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