File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.5.3 / 2022-08-24
2
+ ==================
3
+ * fix(document): handle maps when applying defaults to nested paths #12322
4
+ * fix(schema): make ArraySubdocuments apply _id defaults on init #12264
5
+ * fix(populate): handle specifying recursive populate as a string with discriminators #12266
6
+ * perf(types): remove extends Query in Schema.pre() and Schema.post(), loosen `discriminator()` generic #10349
7
+ * perf(types): some more micro-optimizations re: #10349, remove extra type checking on $ne, etc.
8
+ * fix(types): infer schema on `connection.model()` #12298 #12125 [hasezoey](https://github.com/hasezoey)
9
+ * fix(types): add missing `findById()` type definitions #12309 [lpizzinidev](https://github.com/lpizzinidev)
10
+ * fix(types): allow $search in $lookup pipeline stages for MongoDB v6.x support #12278 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
11
+ * fix(types): add parameter "options" to "Model.remove" #12258 [hasezoey](https://github.com/hasezoey)
12
+ * fix(types): sync single-generic-no-constraint "model" between "index.d.ts" and "connection.d.ts" #12299 [hasezoey](https://github.com/hasezoey)
13
+ * fix(types): update isDirectModified typing #12290 [gabrielDonnantuoni](https://github.com/gabrielDonnantuoni)
14
+ * docs: update links on api docs #12293 [eatmoarrice](https://github.com/eatmoarrice)
15
+ * docs: add note about language_override option #12310 [IslandRhythms](https://github.com/IslandRhythms)
16
+ * docs(document): add "String[]" to Document.depopulate as jsdoc parameter type #12300 [hasezoey](https://github.com/hasezoey)
17
+ * docs: update Node.js EventEmitter url #12303 [rainrisa](https://github.com/rainrisa)
18
+
1
19
5.13.15 / 2022-08-22
2
20
====================
3
21
* fix: backport fix for CVE-2022-2564 #12281 [shubanker](https://github.com/shubanker)
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.2 " ,
4
+ "version" : " 6.5.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