File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.1.1 / 2021-12-09
2
+ ==================
3
+ * fix(document): allow setting nested path to instance of document #11011
4
+ * fix(update): respect strict option when casting array filters #11062
5
+ * fix(index.d.ts): allow SchemaTypes.Mixed for all schema definition properties to allow using union types #10900
6
+ * fix(index.d.ts): correct types for Schema.prototype.obj and ` Model.schema ` #10895
7
+ * docs(migrating_to_6): add note about Types.ObjectId() being a class and requiring ` new ` #10960
8
+
1
9
6.1.0 / 2021-12-07
2
10
==================
3
11
* feat(populate): support ref on subdocuments #10856
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.1.0 " ,
4
+ "version" : " 6.1.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