drudge / mongoose-timestamp

Adds createdAt and updatedAt date attributes that get auto-assigned to the most recent create/update timestamp
Other
308 stars 64 forks source link

Time to deprecate this package? #45

Open pronebird opened 6 years ago

pronebird commented 6 years ago

Hi,

It seems that mongoose has been supporting timestamps option for quite a while now. Is there any need to use mongoose-timestamp anymore or there is some sense to point people to mongoose docs and deprecate the module?

Thanks for all great work on this module, I've been using it for years and currently upgrading some of the old projects to use the latest mongoose, so that's how I stumbled upon this issue :)

http://mongoosejs.com/docs/guide.html#timestamps

Cheers, Andrej