Mongoose v5.11.7 Release Notes

Release Date: 2020-12-10 // over 3 years ago
    • fix(document): ensure calling get() with empty string returns undefined for mongoose-plugin-autoinc #9681
    • fix(model): set isNew to false for documents that were successfully inserted by insertMany with ordered = false when an error occurred #9677
    • fix(index.d.ts): add missing Aggregate#skip() & Aggregate#limit() #9692 sahasayan
    • fix(index.d.ts): make Document#id optional so types that use id can use Model<IMyType & Document> #9684