File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.5.0 / 2022-07-26
2
+ ==================
3
+ * perf(document): avoid creating unnecessary empty objects when creating a state machine #11988
4
+ * feat: upgrade mongodb driver -> 4.8.1 #12103 [ AbdelrahmanHafez] ( https://github.com/AbdelrahmanHafez )
5
+ * feat(model): allow passing timestamps option to Model.bulkSave(...) #12082 [ AbdelrahmanHafez] ( https://github.com/AbdelrahmanHafez )
6
+ * feat(model): add castObject() function that casts a POJO to the model's schema #11945
7
+ * feat(document): add $inc() helper that increments numeric paths #12115
8
+ * feat(schema): add schema level lean option [ IslandRhythms] ( https://github.com/IslandRhythms )
9
+ * feat(schema): add global id option to disable id on schemas #12067 [ IslandRhythms] ( https://github.com/IslandRhythms )
10
+ * fix(connection): re-run Model.init() if re-connecting after explicitly closing a connection #12130
11
+ * feat(model): add applyDefaults() helper that allows applying defaults to document or POJO #11945
12
+ * feat(model): allow calling hydrate() with { setters: true } #11653
13
+ * feat(model): add hydrate option to Model.watch() to automatically hydrate fullDocument #12121
14
+ * feat(types): add support for automatically typed virtuals in schemas #11908 [ mohammad0-0ahmad] ( https://github.com/mohammad0-0ahmad )
15
+
1
16
6.4.7 / 2022-07-25
2
17
==================
3
18
* fix(virtualtype): use $locals for default virtual getter/setter rather than top-level doc #12124
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.4.7 " ,
4
+ "version" : " 6.5.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