Releases: agenda/agendash
Releases · agenda/agendash
v4.0.0
- Update History.md for v4 release 1489479
- Drop support for node 12. Add support for node 18 and MongoDB 5.0. ba0924a
- css: allow job detail modal to fill the screen (#203) 1879c1a
- Improvements - layout, sorting, page indication (#212) 9b0e2bf
- upgrade to fastify 4 (#215) ec769e9
- fix: package.json to reduce vulnerabilities (#220) ac4f805
- Fixes ObjectId constructor usage on agendash controller (#226) 3181e6a
- added new to ObjectId (#227) a67a255
v3.1.0
v3.0.0
- Update History.md with the latest changes for v3.0.0 97e1f10
- Check with server that MongoDB is supported. eb72ae0
- Add .npmrc to .gitignore 5d5bd80
- Fix broken CI 0189fd3
- change destructuring (#173) 4666865
- Fastify support (#201) 816993e
- Added missing parenthesis in template (#199) b1f921c
- Drop mongodb 3.4 support to fix the tests. 552377b
- Upgrade to latest Hapi to fix broken unit tests 31cfcdd
- requeJobs & deleteJobs fix (#193) 620785b
- Merge pull request #188 from love8587/love8587-patch-1 cbb44df
- Drop node 10, add node 16. b287350
- typo nextRunAt (#190) d2011e7
- Modify time display and title text in job listing (#174) 6c0fb8c
- fix: coerce version 67bceb3
v2.1.1
v2.1.0
V2 with Express, Hapi and Koa support
The V2 is a complete UI rewrite. The Agendash2 project by @santiq was fully incorporated into the Agendash. Kudos mate!
Notable features and changes:
- Agendash now supports both Agenda v3 and v4.
- In addition to Hapi and Express we also added Koa support.
- The Hapi support was updated to the recent version(s). This halved the number of files in
node_modules
. The package size got 4 times smaller. - Hapi is no longer a production dependency. You would need to install it separately. Same for Koa.
- Tested with Agenda v1 and v2. It works, although not ideally.