Releases: mountyco/mongoose-wayback
Releases · mountyco/mongoose-wayback
enable logging on create
- enable logging on creating
use new Model() and then call save(), instead of Model.create()
major patch *non breaking*
- upgrade to async and await instead of next function
- add utils
- handle logs for types: 'update', 'save', 'updateOne', 'findOneAndUpdate', 'updateMany', 'replaceOne'
initial release
- handle update
- fixed export