Skip to content

Commit 8529a30

Browse files
committed
chore: release 5.6.1
1 parent cc1b5a5 commit 8529a30

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
5.6.1 / 2019-06-24
2+
==================
3+
* fix(update): skip setting defaults for single embedded subdocs underneath maps #7909
4+
* fix(document): copy date objects correctly when strict = false #7907
5+
* feat(mongoose): throw an error if calling `mongoose.connect()` multiple times while connected #7905 [Fonger](https://github.com/Fonger)
6+
* fix(document): copies virtuals from array subdocs when casting array of docs with same schema #7898
7+
* fix(schema): ensure clone() copies single embedded discriminators correctly #7894
8+
* fix(discriminator): merge instead of overwriting conflicting nested schemas in discriminator schema #7884
9+
* fix(populate): ignore nullish arguments when calling `populate()` #7913 [rayhatfield](https://github.com/rayhatfield)
10+
* docs: add getters/setters tutorial #7919
11+
* docs: clean up error docs so they refer to `Error` rather than `MongooseError` #7867
12+
* docs: fix a couple broken links #7921 [kizmo04](https://github.com/kizmo04)
13+
* refactor: remove unnecessary if #7911 [rayhatfield](https://github.com/rayhatfield)
14+
115
5.6.0 / 2019-06-14
216
==================
317
* feat(schematype): add `immutable` option to disallow changing a given field #7671

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "5.6.1-pre",
4+
"version": "5.6.1",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)