Mongoose v4.6.3 Release Notes

Release Date: 2016-10-05 // over 7 years ago
    • fix(document): ensure single nested docs get initialized correctly when setting nested paths #4578
    • fix: turn off transforms when writing nested docs to db #4574
    • fix(document): don't set single nested subdocs to null when removing parent doc #4566
    • fix(model): ensure versionKey gets set in insertMany #4561
    • fix(schema): handle typeKey in arrays #4548
    • feat(schema): set $implicitlyCreated on schema if created by interpretAsType #4443