An open API service indexing awesome lists of open source software.

https://github.com/mongoosejs/mongoose-update-versioning

Mongoose versioning (http://bit.ly/mongoose-versioning) for update operations
https://github.com/mongoosejs/mongoose-update-versioning

Last synced: 2 months ago
JSON representation

Mongoose versioning (http://bit.ly/mongoose-versioning) for update operations

Awesome Lists containing this project

README

        

# mongoose-update-versioning
Mongoose versioning (http://bit.ly/mongoose-versioning) for update operations

# Importing

```javascript
const updateVersioningPlugin = require('mongoose-update-versioning');
```