File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ 6.4.1 / 2022-06-27
2+ ==================
3+ * fix(schema): allow 0 for numbers if required and ref both set #11912
4+ * fix(query): skip applying default projections over slice projections #11940
5+ * fix(types): handle arrays in ApplyBasicQueryCasting correctly #11964
6+ * fix(types): fix $match typings #11969 [ andreialecu] ( https://github.com/andreialecu )
7+ * fix(types): avoid adding non-existent properties from model constructor for typegoose #11960
8+ * fix(types): make Mongoose UpdateQuery compatible with MongoDB ` UpdateFilter ` #11911
9+ * fix(types): simplify MergeType constraints #11978
10+ * fix(types): correct references to Buffer for @types/node >= 16.0.0 < 16.6.0 #11963
11+ * fix(types): re-add the possibility to pass undefined for projection in Model.find #11965 [ ghost91-] ( https://github.com/ghost91- )
12+ * fix(types): fix typo for indexes #11953 [ AbdelrahmanHafez] ( https://github.com/AbdelrahmanHafez )
13+ * fix(document+types): document merge option #11913
14+ * docs: update schematypes.md #11981 [ korzio] ( https://github.com/korzio )
15+ * docs: update validation.md #11982 [ korzio] ( https://github.com/korzio )
16+
1176.4.0 / 2022-06-17
218==================
319 * feat: upgrade mongodb driver -> 4.7.0 #11909 [ AbdelrahmanHafez] ( https://github.com/AbdelrahmanHafez )
Original file line number Diff line number Diff line change 11{
22 "name" : " mongoose" ,
33 "description" : " Mongoose MongoDB ODM" ,
4- "version" : " 6.4.0 " ,
4+ "version" : " 6.4.1 " ,
55 "author" :
" Guillermo Rauch <[email protected] >" ,
66 "keywords" : [
77 " mongodb" ,
You can’t perform that action at this time.
0 commit comments