mongodb-js / mongoose-autopopulate

Always populate() certain fields in your mongoose schemas
Apache License 2.0
221 stars 36 forks source link

mongoose-autopopulate no longer works with mongoose 6.0 #88

Closed antonvalletas closed 3 years ago

antonvalletas commented 3 years ago

As the title says, Mongoose 6.0 has removed execPopulate() and thus this plugin now errors with:

TypeError: this.execPopulate is not a function

antonvalletas commented 3 years ago

@vkarpov15