codepunkt / mongoose-patch-history

Mongoose plugin that saves a history of JSON patch operations for all documents belonging to a schema in an associated 'patches' collection
MIT License
96 stars 21 forks source link

Updated for Mongoose 7.x, fixed bug when removing patches when source… #109

Closed randy-chung closed 11 months ago

randy-chung commented 11 months ago

… document is removed.