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
* fix(connection): use queueing instead of event emitter for `createCollection()` and other helpers to avoid event emitter warning #9778
6
+
* fix(connection): scope `Connection#id` to Mongoose instance so id always lines up with `mongoose.connections` index #10025[IslandRhythms](https://github.com/IslandRhythms)
7
+
* fix: avoid throwing in `promiseOrCallback()` if 3rd param isn't an EventEmitter #10055[emrebass](https://github.com/emrebass)
8
+
* fix(index.d.ts): add Model as 2nd generic param to `Model.discriminator()`#10054[coro101](https://github.com/coro101)
9
+
* fix(index.d.ts): add docs to `next()` callback for `pre('insertMany')` hooks #10078#10072[pezzu](https://github.com/pezzu)
10
+
* fix(index.d.ts): add `transform` to PopulateOptions interface #10061
11
+
* fix(index.d.ts): add DocumentQuery type for backwards compatibility #10036
12
+
1
13
5.12.2 / 2021-03-22
2
14
===================
3
15
* fix(QueryCursor): consistently execute `post('find')` hooks with an array of docs #10015#9982[IslandRhythms](https://github.com/IslandRhythms)
0 commit comments