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.5.1 / 2022-08-03
2
+ ==================
3
+ * fix(timestamps): set timestamps on child schema when child schema has timestamps: true but parent schema does not #12119
4
+ * fix(schema+timestamps): handle insertMany() with timestamps and discriminators #12150
5
+ * fix(model+query): handle populate with lean transform that deletes _ id #12143
6
+ * fix(types): allow $pull with _ id #12142
7
+ * fix(types): add schema plugin option inference #12196 [ hasezoey] ( https://github.com/hasezoey )
8
+ * fix(types): pass type to mongodb bulk write operation #12167 [ emiljanitzek] ( https://github.com/emiljanitzek )
9
+ * fix(types): map correct generics from model to schema #12125 [ emiljanitzek] ( https://github.com/emiljanitzek )
10
+ * fix(types): avoid baffling circular reference when using PopulatedDoc with a bidirectional reference #12136
11
+ * fix(types): allow using path with $count #12149
12
+ * docs(compatibility): change to use a table #12200 [ hasezoey] ( https://github.com/hasezoey )
13
+ * docs(api_split.pug): add "code" to sidebar entries #12153 [ hasezoey] ( https://github.com/hasezoey )
14
+ * docs: add "code" to Headers (and index list) #12152 [ hasezoey] ( https://github.com/hasezoey )
15
+
1
16
6.5.0 / 2022-07-26
2
17
==================
3
18
* perf(document): avoid creating unnecessary empty objects when creating a state machine #11988
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.5.0 " ,
4
+ "version" : " 6.5.1 " ,
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