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

Close version with latest changes #101

Open javiermixture17 opened 1 year ago

javiermixture17 commented 1 year ago

Hi! I'm using this plugin in its latest version, and I'm having some problems when using updateOne and updateMany (if it doesn't find documents to update, it freezes).

I see that this is already fixed with this commit (https://github.com/codepunkt/mongoose-patch-history/commit/b9d8abde29d0b1df5137f8c4565a73069aeff3d0) and I see that it is already in master.

Could you close version with what is currently in master to be able to use it? Since in the last released version these changes are not there.

danielbayerlein commented 1 year ago

@codepunkt / @vinerich: Can you please publish a new version of mongoose-patch-history?

danielbayerlein commented 1 year ago

Any news? /cc @vinerich @codepunkt