You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
6.1.5 / 2022-01-04
2
+
==================
3
+
* perf(index.d.ts): simplify Schema typedef for query helpers and methods to significantly reduce TS compiler overhead #10349
4
+
* fix(document): allow populating deeply nested models as strings #11168#11160[AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
5
+
* fix(query): allow calling limit() and skip() with a string #11017
6
+
* fix(cursor): propery apply selected fields when loading discriminator docs with query cursor #11130
7
+
* fix(mongoose+connection): clone schema correctly when passing instance of another Mongoose instance's Schema to Connection.prototype.model() #11047
8
+
* fix(index.d.ts): handle primitives with FlattenMaps #11117
9
+
* fix(index.d.ts): enforce id on lean query result type #11118
10
+
* fix(index.d.ts): export facet stage type #11150[mhoc](https://github.com/mhoc)
11
+
* fix(index.d.ts): correct return type of projection method #11176[EugeneKorshenko](https://github.com/EugeneKorshenko)
12
+
* fix(index.d.ts): additional fix for `$group` pipeline stage #11140#11067[EugeneKorshenko](https://github.com/EugeneKorshenko)
13
+
* docs: update CONTRIBUTING.md for TS tests #11164[ahmedelshenawy25](https://github.com/ahmedelshenawy25)
14
+
* docs: use es6 object destructuring instead of regular dot operator for accessing value in object #11147[Shivaansh-Agarwal](https://github.com/Shivaansh-Agarwal)
15
+
1
16
6.1.4 / 2021-12-27
2
17
==================
3
18
* fix(document): handle save with undefined nested doc under subdoc #11110
0 commit comments