File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 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+
1165.13.14 / 2021-12-27
217====================
318 * 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 11{
22 "name" : " mongoose" ,
33 "description" : " Mongoose MongoDB ODM" ,
4- "version" : " 6.1.3 " ,
4+ "version" : " 6.1.4 " ,
55 "author" :
" Guillermo Rauch <[email protected] >" ,
66 "keywords" : [
77 " mongodb" ,
You can’t perform that action at this time.
0 commit comments