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
- Host: GitHub
- URL: https://github.com/mongoosejs/mongoose-update-versioning
- Owner: mongoosejs
- License: apache-2.0
- Created: 2018-12-06T15:01:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T18:53:42.000Z (over 1 year ago)
- Last Synced: 2025-03-24T05:13:39.183Z (3 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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');
```