Mongoose v5.5.12 Release Notes

Release Date: 2019-05-31 // almost 5 years ago
    • fix(document): fix unexpected error when loading a document with a nested property named schema #7831
    • fix(model): skip applying static hooks by default if static name conflicts with query middleware (re: mongoose-delete plugin) #7790
    • fix(query): apply schema-level projections to the result of findOneAndReplace() #7654
    • fix: upgrade mongodb driver -> 3.2.6
    • docs(tutorials): add findOneAndUpdate() tutorial #7847
    • docs(validation): add updateOne() and updateMany() to list of update validator operations #7845
    • docs(model): make sure options lists in update() API line up #7842