File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ 7.6.6 / 2023-11-27
2
+ ==================
3
+ * perf: avoid double-running setter logic when calling `push()` #14120 #11380
4
+ * fix(populate): set populated docs in correct order when populating virtual underneath doc array with justOne #14105 #14018
5
+ * fix: bump mongodb driver -> 5.9.1 #14084 #13829 [lorand-horvath](https://github.com/lorand-horvath)
6
+ * types: allow defining document array using [{ prop: String }] syntax #14095 #13424
7
+ * types: correct types for when includeResultMetadata: true is set #14078 #13987 [prathamVaidya](https://github.com/prathamVaidya)
8
+ * types(query): base filters and projections off of RawDocType instead of DocType so autocomplete doesn't show populate #14118 #14077
9
+ * types: make property names show up in intellisense for UpdateQuery #14123 #14090
10
+ * types(model): support calling Model.validate() with pathsToSkip option #14088 #14003
11
+ * docs: remove "DEPRECATED" warning mistakenly added to read() tags param #13980
12
+
1
13
7.6.5 / 2023-11-14
2
14
==================
3
15
* 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" : " 7.6.5 " ,
4
+ "version" : " 7.6.6 " ,
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