File tree 2 files changed +15
-1
lines changed 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
15
5.6.0 / 2019-06-14
2
16
==================
3
17
* feat(schematype): add ` immutable ` option to disallow changing a given field #7671
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.6.1-pre " ,
4
+ "version" : " 5.6.1" ,
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