Mongoose v4.11.5 Release Notes

Release Date: 2017-07-30 // over 6 years ago
    • docs: fix link to $lookup #5516 TalhaAwan
    • fix: better parallelization for eachAsync #5502 lchenay
    • docs(document): copy docs for save from model to doc #5493
    • fix(document): handle dotted virtuals in toJSON output #5473
    • fix(populate): restore user-provided limit after mutating so cursor() works with populate limit #5468
    • fix(query): don't throw StrictModeError if geo query with upsert #5467
    • fix(populate): propagate readPreference from query to populate queries by default #5460
    • docs: warn not to use arrow functions for statics and methods #5458
    • fix(query): iterate over all condition keys for setDefaultsOnInsert #5455
    • docs(connection): clarify server/replset/mongos option deprecation with useMongoClient #5442