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

Make name of internal data() method configurable #96

Open vinerich opened 2 years ago

vinerich commented 2 years ago

Since data is a fairly common name it might be useful to make it configurable. For further information and a use case see #86.