aravindnc / mongoose-aggregate-paginate-v2

A cursor based custom aggregate pagination library for Mongoose with customizable labels.
MIT License
131 stars 23 forks source link

Upgrade to mongoose v8 #54

Closed ypicard closed 8 months ago

ypicard commented 8 months ago

Here is my attempt to add support to Mongoose v8 to this package. The changes here are solely related to the mongoose migration guides:

No changes in behavior should be introduced in this PR.

I will run this version on my application for the next couple days and inform you if anything needs additional changes.

Giggiux commented 8 months ago

I've been using @ypicard's repo locally and seems to work quite well without issues! Would it be possible to merge this PR so that a new version of mongoose-aggregate-paginate-v2 is available in NPM too?

aravindnc commented 8 months ago

Thank you @ypicard @Giggiux