File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.14.0 / 2025-04-25
2
+ ===================
3
+ * feat: upgrade MongoDB driver -> 6.16 #15371
4
+ * feat: implement Query findById methods #15337 [sderrow](https://github.com/sderrow)
5
+ * feat(subdocument): support schematype-level minimize option to disable minimizing empty subdocuments #15336 #15313
6
+ * feat: add skipOriginalStackTraces option to avoid stack trace performance overhead #15345 #15194
7
+ * fix(model): disallow Model.findOneAndUpdate(update) and fix TypeScript types re: findOneAndUpdate #15365 #15363
8
+ * types: correctly recurse in InferRawDocType #15357 #14954 [JavaScriptBach](https://github.com/JavaScriptBach)
9
+ * types: include virtuals in toJSON and toObject output if virtuals: true set #15346 #15316
10
+ * types: make init hooks types accurately reflect runtime behavior #15331 #15301
11
+
1
12
8.13.3 / 2025-04-24
2
13
===================
3
14
* fix: export MongooseBulkSaveIncompleteError #15370 #15369
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.13.3 " ,
4
+ "version" : " 8.14.0 " ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments