Skip to content

Commit 0bad72e

Browse files
committed
chore: release 6.1.6
1 parent 8f0bf41 commit 0bad72e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
6.1.6 / 2022-01-10
2+
==================
3+
* perf(document): delay creating document event emitter until used to improve memory usage, several small improvements to improve initing docs with large arrays #10400
4+
* fix(model): avoid `bulkSave()` error when `versionKey: false` #11186 #11071 [IslandRhythms](https://github.com/IslandRhythms)
5+
* fix(model): revert #11079: `findByIdAndUpdate(undefined)` breaking change #11149
6+
* fix(index.d.ts): support strings in deep populate #11181 [ivalduan](https://github.com/ivalduan)
7+
* fix(index.d.ts): rename map() -> transform() to line up with change in v6.0 #11161
8+
* fix(index.d.ts): allow new Model<DocType>(obj) for stricter type checks #11148
9+
* fix(index.d.ts): make Schema.prototype.pre() and post() generics default to HydratedDocument<DocType> #11180
10+
* docs: improve autoCreate docs #11116
11+
* docs(schematype): add missing parameter to example #11185 [kerolloz](https://github.com/kerolloz)
12+
* docs(connections): use updated link to list of MongoDB Node driver `connect()` options #11184 [splinter](https://github.com/splinter)
13+
* docs(aggregate): fix formatting #11191 [enieber](https://github.com/enieber)
14+
* docs: fix broken link #11179 [khairnarsaurabh23](https://github.com/khairnarsaurabh23)
15+
116
6.1.5 / 2022-01-04
217
==================
318
* perf(index.d.ts): simplify Schema typedef for query helpers and methods to significantly reduce TS compiler overhead #10349

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "6.1.5",
4+
"version": "6.1.6",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)