meanjs / mean

MEAN.JS - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js -
http://meanjs.org
MIT License
4.87k stars 1.98k forks source link

Update mongoose to v5 #1943

Open crutchcorn opened 6 years ago

crutchcorn commented 6 years ago

Mongoose currently has v5 that launched fairly recently. Most of the breaking changes can be found here: https://github.com/Automattic/mongoose/blob/master/History.md#500-rc0--2017-12-28

They don't seem to directly affect the project mostly, but I could be wrong. Might be worth looking into

PierreBrisorgueil commented 6 years ago

Hello, we use connect-mongo for the moment : https://github.com/jdesboeufs/connect-mongo/pull/275 not ok with last mongo and mongoose

They work on it : https://github.com/jdesboeufs/connect-mongo/issues/284