Commit d4f507f 1 parent 7eac18c commit d4f507f Copy full SHA for d4f507f
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
+ 5.2.6 / 2018-07-30
2
+ ==================
3
+ * fix(document): don't double-call deeply nested custom getters when using ` get() ` #6779 #6637
4
+ * fix(query): upgrade mquery for readConcern() helper #6777
5
+ * docs(schematypes): clean up typos #6773 [ sajadtorkamani] ( https://github.com/sajadtorkamani )
6
+ * refactor(browser): fix webpack warnings #6771 #6705
7
+ * fix(populate): make error reported when no ` localField ` specified catchable #6767
8
+ * docs(connection): use correct form in createConnection example #6766 [ lineus] ( https://github.com/lineus )
9
+ * fix(connection): throw helpful error when using legacy ` mongoose.connect() ` syntax #6756
10
+ * fix(document): handle overwriting ` $session ` in ` execPopulate() ` #6754
11
+ * fix(query): propagate top-level session down to ` populate() ` #6754
12
+ * fix(aggregate): add ` session() ` helper for consistency with query api #6752
13
+ * fix(map): avoid infinite recursion when update overwrites a map #6750
14
+ * fix(model): be consistent about passing noop callback to mongoose.model() ` init() ` as well as db.model() #6707
15
+
1
16
5.2.5 / 2018-07-23
2
17
==================
3
18
* fix(boolean): expose ` convertToTrue ` and ` convertToFalse ` for custom boolean casting #6758
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 5.2.6-pre " ,
4
+ "version" : " 5.2.6" ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments