Mongoose v5.6.3 Release Notes

Release Date: 2019-07-03 // over 4 years ago
    • fix(document): respect projection when running getters #7940
    • fix(model): call createCollection() in syncIndexes() to ensure the collection exists #7931
    • fix(document): consistently use post-order traversal for gathering subdocs for hooks #7929
    • fix(schema): ensure Schema#pathType() returns correct path type given non-existent positional path #7935
    • fix(ChangeStream): set closed if emitting close event #7930
    • fix(connection): bubble up 'attemptReconnect' event from MongoDB connection #7872
    • docs: fix broken .jade links on search page #7932
    • docs: correct link to Query#select() #7953 rayhatfield
    • docs(README): add list of related projects #7773