File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.4.0 / 2022-06-17
2
+ ==================
3
+ * feat: upgrade mongodb driver -> 4.7.0 #11909 [ AbdelrahmanHafez] ( https://github.com/AbdelrahmanHafez )
4
+ * feat(types+document): add $assertPopulated() for working with manually populated paths in TypeScript #11843
5
+ * feat(mongoose): add setDriver() function to allow overwriting driver in a more consistent way #11900
6
+ * feat(types): add helpers to infer schema type automatically #11563 [ mohammad0-0ahmad] ( https://github.com/mohammad0-0ahmad )
7
+ * feat: add ` transform ` option to ` lean() ` #10423 [ IslandRhythms] ( https://github.com/IslandRhythms )
8
+ * feat(base): add support to set default immutable for createdAt globally #11888 [ AbdelrahmanHafez] ( https://github.com/AbdelrahmanHafez )
9
+ * fix: make doValidate() on document array elements run validation on the whole subdoc #11902
10
+ * feat(types): add expression typings to Aggregate stages #11370 [ Uzlopak] ( https://github.com/Uzlopak )
11
+ * fix: remove ` on ` from schema reserved keys #11580 [ IslandRhythms] ( https://github.com/IslandRhythms )
12
+
1
13
6.3.9 / 2022-06-17
2
14
==================
3
15
* fix(document): handle nested paths underneath subdocuments when getting all subdocuments for pre save hooks #11917
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.3.9 " ,
4
+ "version" : " 6.4.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