Skip to content

Commit d4f507f

Browse files
committedJul 30, 2018
chore: release 5.2.6
1 parent 7eac18c commit d4f507f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
 

‎History.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
5.2.5 / 2018-07-23
217
==================
318
* fix(boolean): expose `convertToTrue` and `convertToFalse` for custom boolean casting #6758

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "5.2.6-pre",
4+
"version": "5.2.6",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)
Please sign in to comment.