File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.1.4 / 2021-12-27
2
+ ==================
3
+ * fix(document): handle save with undefined nested doc under subdoc #11110
4
+ * fix(document): allow manually populating subdocument refs with ` create() ` #10856
5
+ * fix(populate): handles refPath underneath map of subdocuments #9359
6
+ * fix(update): throw error when calling findByIdAndUpdate with undefined id #11079 [ gramliu] ( https://github.com/gramliu )
7
+ * fix(mongoose): export ConnectionStates #11133 [ orgads] ( https://github.com/orgads )
8
+ * fix(index.d.ts): unpack array when using generic type override with ` populate() ` #11027
9
+ * fix(index.d.ts): fix typings in Merge stage #11132
10
+ * fix(index.d.ts): PipelineStage.Merge interface definition is wrong #11109
11
+ * docs(typescript): add note about Schema.Types.ObjectId vs Types.ObjectId in document definition #10949
12
+ * docs(connection): clarify that "connected" and "open" are different #10886
13
+ * docs(populate): correct refPath example to not use on as a schema path name #11113
14
+ * docs: fix ` strictQuery ` example #11135 [ MontgomeryWatts] ( https://github.com/MontgomeryWatts )
15
+
1
16
5.13.14 / 2021-12-27
2
17
====================
3
18
* fix(timestamps): avoid setting createdAt on documents that already exist but dont have createdAt #11024
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.1.3 " ,
4
+ "version" : " 6.1.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