Mongoose v5.6.7 Release Notes

Release Date: 2019-07-26 // over 4 years ago
    • fix(document): support validators on nested arrays #7926
    • fix(timestamps): handle timestamps: false in child schema #8007
    • fix(query): consistently support new option to findOneAndX() as an alternative to returnOriginal #7846
    • fix(document): make inspect() never return null, because a document or nested path is never == null #7942
    • docs(query+lean): add links to mongoose-lean-virtuals, mongoose-lean-getters, mongoose-lean-defaults #5606
    • docs: add example for Schema#pre(Array) #8022 Mangosteen-Yang
    • docs(schematype): updated comment from Schema.path to proper s.path #8013 chrisweilacker
    • chore: upgrade nyc #8015 kolya182