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

fix: remove bluebird promise runtime dependency #90

Closed vinerich closed 2 years ago

vinerich commented 2 years ago

Closes #45

ypicard commented 2 years ago

Is this PR going to be merged?

vinerich commented 2 years ago

Hey @ypicard, I am the only one with a maintainer role here so probably I should be able to answer your question.

However I'm not able to merge currently, since the pipelines are not executing and I don't have access rights to them. I don't know about the current status of @codepunkt. He should be the only one which can fix pipelines currently.

I'd be happy to merge all the open PR's if the pipelines are fixed.

If you need this for a production project we can maybe think about forking this .. But before I'd like to contact @codepunkt over other ways and look if he reports back.

Would that fit you? How urgent is it?

ypicard commented 2 years ago

It is not urgent. I am considering using this project and trying to get a better understand of its state - maintainers, vision, viability. Of course, seeing activity happening here will be seen as re-assuring! Not many maintained alternatives exist out there.