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
+ 8.0.3 / 2023-12-07
2
+ ==================
3
+ * fix(schema): avoid creating unnecessary clone of schematype in nested array so nested document arrays use correct constructor #14128 #14101
4
+ * docs(connections): add example of registering connection event handlers #14150
5
+ * docs(populate): add example of using ` refPath ` and ` ref ` functions #14133 #13834
6
+ * types: handle using BigInt global class in schema definitions #14160 #14147
7
+ * types: make findOneAndDelete() without options return result doc, not ModifyResult #14153 #14130
8
+ * types(model): add no-generic override for insertMany() with options #14152 #13999
9
+ * types: add missing Type for applyDefaults #14159 [ jaypea] ( https://github.com/jaypea )
10
+
1
11
7.6.7 / 2023-12-06
2
12
==================
3
13
* fix: avoid minimizing single nested subdocs if they are required #14151 #14058
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 8.0.2 " ,
4
+ "version" : " 8.0.3 " ,
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