Welington Monteiro
Welington Monteiro
Problem already fixed, during this first week of 2023 I will release a new version, this version will be a breaking point, I removed some problematic features.
I still haven't released it because when testing it in the mongoose version, it triggered many errors, and the most serious one I saw was exactly the one mentioned, looking...
Use normally as an example, when adding it globally the "addLoggedUser" method will be available for all collections. https://www.npmjs.com/package/mongoose-history-trace#--addloggeduser-object--required
I don't know if I understood correctly, but in the example of the code I always extract the user from the request, in the case of the example using npm...
Yes, I currently haven't implemented any global middleware to pick up users, because I haven't figured out a way to do it globally and automatically. for this I need to...
Could you give me more example of how your connection was started and how it's calling the lib so I can set up the scenarios for testing? I'm working on...
I'm analyzing these bugs, because it happens in some cases, I have a version on my site, I haven't published it yet, apparently with the new mongoose update, there was...
In the new versions every connection created kept a structure and connection of mongoose, in the new versions, for some reason, there is no longer the connection object, so I...