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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
6.8.4 / 2023-01-17
2
+
==================
3
+
* fix(collection): handle creating model when connection disconnected with bufferCommands = false #12889
4
+
* fix(populate): merge instead of overwrite when match is on _id #12891
5
+
* fix: add guard to stop loadClass copying Document if Document is used as base of loaded class (same hack as implemented for Model already) #12820[sgpinkus](https://github.com/sgpinkus)
6
+
* fix(types): correctly infer types on document arrays #12884#12882[JavaScriptBach](https://github.com/JavaScriptBach)
7
+
* fix(types): added omit for ArraySubdocument type in LeanType declaration #12903[piyushk96](https://github.com/piyushk96)
8
+
* fix(types): add returnDocument type safety #12906[AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
9
+
* docs(typescript): add notes about virtual context to Mongoose 6 migration and TypeScript virtuals docs #12912#12806
10
+
* docs(schematypes): removed dead link and fixed formatting #12897#12885[lpizzinidev](https://github.com/lpizzinidev)
11
+
* docs: fix link to lean api #12910[manniL](https://github.com/manniL)
12
+
* docs: list all possible strings for schema.pre in one place #12868
13
+
* docs: add list of known incompatible npm packages #12892[IslandRhythms](https://github.com/IslandRhythms)
14
+
1
15
6.8.3 / 2023-01-06
2
16
==================
3
17
* perf: improve performance of assignRawDocsToIdStructure for faster populate on large docs #12867[Uzlopak](https://github.com/Uzlopak)
0 commit comments