1.2.0 (2024-06-26)
- allow priority when queuing jobs (c14e468)
1.1.2 (2024-06-20)
- dev: remove codeql and trigger release (e2c5016)
1.1.1 (2024-02-01)
- upgrade docs (ee0c4fe)
1.1.0 (2024-02-01)
- publish (fac369f)
- 🐛 re-enable broken test (abfd348)
- Add try/catch block to agenda#now method (#876) (8e1fe23)
- calculate nextRunAt when endDate is undefined (#1227) (a7a2b83)
- collection and options are optional now (#1275) (143af6d)
- database: use db() syntax rather than pulling dbName from client (b811523)
- deps: update dependency cron-parser to v3 (#1188) (f313f46)
- deps: update dependency debug to ~4.2.0 (#1125) (6d53a13)
- deps: update dependency debug to ~4.3.0 (#1148) (7ed55ed)
- deps: update dependency human-interval to v2 (#1134) (d6bcf03)
- export cjs and es (#1298) (849b32f)
- history: match cron-parser pattern (#1335) (5a73b55)
- make agenda.cancel no longer require a callback (5f895e3), closes #249
- make optional mongo-collection optional and allow dates for dates (#1258) (29267cb)
- simplified verbiage (ee3ce39)
- someone updated bee to bree (they are two separate packages) (c98ba5c)
- typescript export needs es6 (#1268) (eabeea8)
- Typescript optional parameters (#1279) (9f62482)
- unlock job test needs cb (#1138) (bfb5603)
- version bump of dependencies (bf41588)
- wrong initial value and lower processEvery for agenda-instance.js (#1131) (ff9dd7a)
- added @breejs to README (68ade1d)
- database: upgrade mongodb -> 3.1 (fd077d1)
- rewrite to new standards (f51ff62)
Forked from agenda/agenda