File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.0.1 / 2023-11-15
2
+ ==================
3
+ * fix: retain key order with aliases when creating indexes with alias #14042 [ meabed] ( https://github.com/meabed )
4
+ * fix: handle nonexistent collection with diffIndexes #14029 #14010
5
+ * types(model+query): correctly remove count from TypeScript types to reflect removal of runtime support #14076 #14067 #14062
6
+ * types: correct ` this ` parameter for methods and statics #14028 #14027 [ ruxxzebre] ( https://github.com/ruxxzebre )
7
+ * types(model+query): unpack arrays in distinct return type #14047 #14026
8
+ * types: add missing Types.UUID typings #14023 #13103 [ k725] ( https://github.com/k725 )
9
+ * docs: add mongoose 8 to mongodb server compatibility guide #14064
10
+ * docs: fix typo in queries.md #14065 [ MuhibAhmed] ( https://github.com/MuhibAhmed )
11
+
1
12
7.6.5 / 2023-11-14
2
13
==================
3
14
* fix: handle update validators and single nested doc with numeric paths #14066 #13977
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.0.0 " ,
4
+ "version" : " 8.0.1 " ,
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