File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ 7.0.2 / 2023-03-15
2
+ ==================
3
+ * fix: validate array elements when passing array path to validateSync() in pathsToValidate #13167 #13159
4
+ * fix(schema): propagate typeKey down to implicitly created subdocuments #13164 #13154
5
+ * fix(types): add index param to eachAsync fn #13153 [ krosenk729] ( https://github.com/krosenk729 )
6
+ * fix(types/documentarray): type DocumentArray constructor parameter as object #13089 #13087 [ lpizzinidev] ( https://github.com/lpizzinidev )
7
+ * fix(types): type query ` select() ` as string, string[ ] , or record; not ` any ` #13146 #13142 [ rbereziuk] ( https://github.com/rbereziuk )
8
+ * fix(types/query): change QueryOptions lean type to Record<string, any> #13150 [ lpizzinidev] ( https://github.com/lpizzinidev )
9
+ * docs: add and run eslint-plugin-markdown #13156 [ hasezoey] ( https://github.com/hasezoey )
10
+ * docs(generateSearch): fix search generation for API #13161 [ hasezoey] ( https://github.com/hasezoey )
11
+ * docs(generateSearch): move config missing error to require #13160 [ hasezoey] ( https://github.com/hasezoey )
12
+ * chore: remove unused docs libraries #13172 [ hasezoey] ( https://github.com/hasezoey )
13
+
1
14
6.10.3 / 2023-03-13
2
15
===================
3
16
* fix(connection): add stub implementation of doClose to base connection class #13157
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 7.0.1 " ,
4
+ "version" : " 7.0.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