File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.15.2 / 2025-06-12
2
+ ===================
3
+ * fix(document+schema): improve handling for setting paths underneath maps, including maps of maps #15477 #15461
4
+ * fix: report default paths in VersionError message because they can can cause VersionError #15464
5
+ * fix(updateValidators): ensure update validators only call validators underneath single nested paths once #15446 #15436
6
+ * fix: fix validation for deeply nested maps of subdocuments #15469 #15447 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
7
+ * fix(DocumentArray): correctly set parent if instantiated with schema from another Mongoose instance #15471 #15466
8
+ * types(model): use ProjectionType for Model.hydrate() #15447 #15443
9
+
1
10
8.15.1 / 2025-05-26
2
11
===================
3
12
* types: correct handling of _id in ProjectionType #15432 #15418
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.15.1 " ,
4
+ "version" : " 8.15.2 " ,
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