File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.2.8 / 2022-03-22
2
+ ==================
3
+ * fix(document): handle casting array of spread docs #11522
4
+ * fix(document): avoid setting nested properties on top-level document when initing with strict: false #11526
5
+ * fix(document): correctly handle deeply nested subdocuments when getting paths to validate #11501
6
+ * fix(types): avoid making TInstanceMethods any by default leading to ` this = any ` in middleware #11435
7
+ * fix(types): allow defining array default if using Types.Array<> in document interface #11391
8
+ * docs(migrating_to_6): describe breaking change in Mongoose 6 about default query populate model #11289
9
+ * docs(middleware): fix typo #11537 [ x1489] ( https://github.com/x1489 )
10
+
1
11
6.2.7 / 2022-03-16
2
12
==================
3
13
* perf(document): avoid running validation on every array element if there's no validators to run #11380
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.2.7 " ,
4
+ "version" : " 6.2.8 " ,
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