Mongoose v5.7.2 Release Notes

Release Date: 2019-09-23 // over 4 years ago
    • fix(mongoose): support mongoose.set('autoIndex', false) #8158
    • fix(discriminator): support tiedValue parameter for embedded discriminators analagous to top-level discriminators #8164
    • fix(query): handle toConstructor() with entries-style sort syntax #8159
    • fix(populate): avoid converting mixed paths into arrays if populating an object path under Mixed #8157
    • fix: use $wrapCallback when using promises for mongoose-async-hooks
    • fix: handle queries with setter that converts value to Number instance #8150
    • docs: add mongoosejs-cli to readme #8142
    • docs: fix example typo for Schema.prototype.plugin() #8175 anaethoss