File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.3.0 / 2022-04-14
2
+ ==================
3
+ * fix: upgrade mongodb driver -> 4.5.0 #11623 [ AbdelrahmanHafez] ( https://github.com/AbdelrahmanHafez )
4
+ * feat(schema): allow defining discriminators on schema and in schema definition #7971 [ IslandRhythms] ( https://github.com/IslandRhythms )
5
+ * feat(base): add option to set allowDiskUse globally #11554 [ AbdelrahmanHafez] ( https://github.com/AbdelrahmanHafez )
6
+ * feat(schema): add ` removeIndex() ` and ` clearIndex() ` #11547 [ IslandRhythms] ( https://github.com/IslandRhythms )
7
+ * feat(cursor): add ` continueOnError ` option to allow executing ` eachAsync() ` on all docs even if error occurs #6355
8
+ * feat(query): add ` versionKey ` option to ` lean() ` for removing version key from lean docs #8934 [ IslandRhythms] ( https://github.com/IslandRhythms )
9
+ * feat(types): create new ProjectionType type for select(), find(), etc. #11437
10
+ * chore: use webpack 5 for browser build #11584 [ AbdelrahmanHafez] ( https://github.com/AbdelrahmanHafez )
11
+
1
12
6.2.11 / 2022-04-13
2
13
===================
3
14
* fix(document): handle validation with triply nested document arrays #11564
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.11 " ,
4
+ "version" : " 6.3.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