Skip to content

Releases: darkterra/mongo-scheduler

v2.4.0

10 Feb 02:59
Compare
Choose a tag to compare

Updates

  • Doc

New Features

  • You can use custom eventEmitter

v2.3.1

09 Feb 19:51
Compare
Choose a tag to compare

Updates

  • Dependencies

Fix

  • Re-schedule correctly when use cron
  • operators like $gt on query options

v2.3.0

24 Jan 00:46
Compare
Choose a tag to compare

Updates

  • Dependencies
  • Doc

New Features

  • Now is friendly with Async / Await uses :)

2.2.2

03 Jan 16:20
Compare
Choose a tag to compare

Updates

  • Dependencies

v2.2.1

16 Sep 15:10
Compare
Choose a tag to compare

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

24 Mar 00:23
Compare
Choose a tag to compare

Updates

  • README.md
  • Improve Unit test
  • Clean code

New Features

  • Add ability to make query from 'scheduler.list()' method (by @AlexanderProd)

v2.1.2

23 Mar 17:05
Compare
Choose a tag to compare

Updates

  • README.md
  • Improve Unit test
  • Fix "remove" (by name) method
  • Fix "remove" (by after) method

v2.1.1

19 Mar 02:34
Compare
Choose a tag to compare

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

12 Mar 01:06
Compare
Choose a tag to compare

New Feature

  • scheduler.version()

New Tools for the quality of this module

  • Code coverage
  • Codacy

Updates

  • Update readme.md
  • Update dependencies
  • Refactoring

v1.2.1

06 Mar 08:42
Compare
Choose a tag to compare

Updates

  • Update readme.md
  • Update dependencies
  • Remove useless dependencie
  • Separate the options of the mongo-scheduler-more and mongo driver