Releases: darkterra/mongo-scheduler
Releases · darkterra/mongo-scheduler
v2.4.0
Updates
New Features
- You can use custom eventEmitter
v2.3.1
Updates
Fix
- Re-schedule correctly when use cron
- operators like $gt on query options
v2.3.0
Updates
New Features
- Now is friendly with Async / Await uses :)
v2.2.1
Updates
- Dependencies
- Decrease cyclomatic complexity
- Doc
Fix
- MongoDB Atlas auth
- Security issue
- Remove by _id => eventId
New Features
- Remove by id (stored in the event)
v2.1.3
Updates
- README.md
- Improve Unit test
- Clean code
New Features
- Add ability to make query from 'scheduler.list()' method (by @AlexanderProd)
v2.1.2
Updates
- README.md
- Improve Unit test
- Fix "remove" (by name) method
- Fix "remove" (by after) method
v2.1.1
New Feature
- scheduler.scheduleBulk()
- scheduler.purge()
- add sort options of scheduler.list()
Updates
- Brand new readme.md
- Update dependencies
- Refactoring lot of code
v1.2.2
New Feature
New Tools for the quality of this module
Updates
- Update readme.md
- Update dependencies
- Refactoring
v1.2.1
Updates
- Update readme.md
- Update dependencies
- Remove useless dependencie
- Separate the options of the
mongo-scheduler-more
and mongo driver