File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.4.7 / 2022-07-25
2
+ ==================
3
+ * fix(virtualtype): use $locals for default virtual getter/setter rather than top-level doc #12124
4
+ * fix(document): call subdocument getters if child schema has getters: true #12105
5
+ * fix(schematype): actually always return "this" where specified #12141 [hasezoey](https://github.com/hasezoey)
6
+ * fix(types): correct return value for Model.exists() #12094
7
+ * docs(guides): add link to advanced schemas doc #12073
8
+ * docs: handle @see in jsdoc #12144 [hasezoey](https://github.com/hasezoey)
9
+ * docs: make use of the deprecated tag available in jsdoc for documentation #12080 [hasezoey](https://github.com/hasezoey)
10
+ * docs(api_split): add basic DEPRECATED output #12146 [hasezoey](https://github.com/hasezoey)
11
+ * docs: various jsdoc cleanup #12140 [hasezoey](https://github.com/hasezoey)
12
+ * docs(api_split.pug): add "code" to parameter name #12145 [hasezoey](https://github.com/hasezoey)
13
+
1
14
6.4.6 / 2022-07-20
2
15
==================
3
16
* fix(schema): disallow setting __proto__ when creating schema with dotted properties #12085
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.4.6 " ,
4
+ "version" : " 6.4.7 " ,
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