Mongoose v4.5.8 Release Notes

Release Date: 2016-08-01 // over 7 years ago
    • fix(model): make changing the discriminator key cause a cast error #4374
    • fix(query): pass projection fields to cursor #4371 #4342 Corei13
    • fix(document): support multiple paths for isModified #4370 adambuczynski
    • fix(querycursor): always cast fields before returning cursor #4355
    • fix(query): support projection as alias for fields in findOneAndUpdate #4315
    • fix(schema): treat index false + unique false as no index #4304
    • fix(types): dont mark single nested subpath as modified if whole doc already modified #4224