File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.2.1 / 2022-02-07
2
+ ==================
3
+ * perf: improve performance especially of validate and clone #11298 [ Uzlopak] ( https://github.com/Uzlopak )
4
+ * perf: remove regexp-clone #11327 [ Uzlopak] ( https://github.com/Uzlopak )
5
+ * fix(document): handle initing nested properties in non-strict documents #11309
6
+ * fix(query): cast $elemMatch underneath $all #11314
7
+ * fix(populate): respect schema-level strictPopulate option #11290
8
+ * fix: set default for dotted path projection #11293 [ noseworthy] ( https://github.com/noseworthy )
9
+ * fix(model): correctly handle writeConcern.w = 0 when saving #11300
10
+ * fix(model): throw VersionError when saving with no changes and optimisticConcurrency = true #11295
11
+ * fix(query): avoid adding $each to $addToSet on mixed arrays #11284
12
+ * fix(index.d.ts): allow using type: [ Schema.Types.ObjectId] for ObjectId arrays #11194
13
+ * fix(index.d.ts): make Types.DocumentArray<> convert type to subdoc, rename TMethods -> TMethodsAndOverrides #11061
14
+ * fix(index.d.ts): support passing generic to createCollection() and ` collection() ` for integration with MongoDB Node driver's collection class #11131
15
+ * fix(index.d.ts): add strictPopulate to MongooseOptions #11276
16
+ * docs: mark Mongoose 6 as compatible with MongoDB 4 #11320 [ JavaScriptBach] ( https://github.com/JavaScriptBach )
17
+ * docs: remove documentation for useNestedStrict #11313 [ mark-langer] ( https://github.com/mark-langer )
18
+ * docs: add "new" to ObjectId class in aggregate.js docs #11322 [ JavanPoirier] ( https://github.com/JavanPoirier )
19
+ * chore: handle eslint configuration in .eslintrc.json #11326 [ Uzlopak] ( https://github.com/Uzlopak )
20
+ * refactor: add parenthesis for constructors in tests #11330 [ apeltop] ( https://github.com/apeltop )
21
+
1
22
6.2.0 / 2022-02-02
2
23
==================
3
24
* feat(connection+mongoose): add support for continueOnError for syncIndexes #11266 [ AbdelrahmanHafez] ( https://github.com/AbdelrahmanHafez )
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.2.0 " ,
4
+ "version" : " 6.2.1 " ,
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