File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.2.0 / 2022-02-02
2
+ ==================
3
+ * feat(connection+mongoose): add support for continueOnError for syncIndexes #11266 [ AbdelrahmanHafez] ( https://github.com/AbdelrahmanHafez )
4
+ * feat(query): cast literals in ` $expr ` where possible #10663
5
+ * feat(schema+mongoose): add pluginTags to allow applying global plugins to only schemas with matching tags #9780
6
+ * feat(discriminator): support overwriteModels: true to reuse discriminator names #11244 #10931 [ IslandRhythms] ( https://github.com/IslandRhythms )
7
+ * feat(index.d.ts): add DocType generic param to Model functions that return queries to better support projections #11156
8
+ * feat(error): export MongooseServerSelectionError #11202
9
+ * feat(schematype): add validators, path, isRequired to public API and TypeScript types #11139
10
+ * fix(model): make exists(...) return lean document with _ id or null instead of boolean #11142 [ AbdelrahmanHafez] ( https://github.com/AbdelrahmanHafez )
11
+ * fix(model): support storing versionKey in nested paths #10980
12
+ * fix(index.d.ts): add options to ` bulkSave() ` type def #11201 [ Uzlopak] ( https://github.com/Uzlopak )
13
+ * fix(index.d.ts): better support for query projections #11210 [ EugeneKorshenko] ( https://github.com/EugeneKorshenko )
14
+
1
15
6.1.10 / 2022-02-01
2
16
===================
3
17
* fix(mongoose): correctly handle destructured isValidObjectId #11304
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.1.10 " ,
4
+ "version" : " 6.2.0 " ,
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