- Dropped support for MongoDB 3.4 and 3.6. The 4.0 upwards are the only supported now.
- Remove outdated info from README 3d4ea61
- Fixing a computeNextRunAt() test to run in Australia. 2824d9e
- Fix: Running tests on mongodb memory-server (#1501) 024b711
- update deps 5488d9d
- run on mongo mem server locally b047dfd
- Remove older nodejs and mongodb version from test 685b979
- Merge branch 'master' of https://github.com/svitekpavel/agenda 11a5480
- fix format endData and startDate by adding HH:mm (#1497) bff49b4
- package.json - inlcude dist in export b22d5a5
- lib/agenda/find-and-lock-next-job.ts - use enum ReturnDocument.AFTER from mongodb ffdcc9c
- upd types 42e9191
- upd yarn.lock 4e38e6d
- package.json - upd included files 4a551c4
- lib/agenda - refactor types 9c01e96
- package.json - change dist -> lib as included f4aa947
- update Typescript usage in README 91f636a
- update type of 'data' in Job type 1706d7e
- implement generics for job attrs data to define(), now(), schedule() ffecf3a
What's Changed
- Fix: Running tests on mongodb memory-server by @harisvsulaiman in #1501
Full Changelog: v4.4.0...v5.0.0