Skip to content

Releases: agenda/agendash

v4.0.0

11 Apr 02:32
Compare
Choose a tag to compare
  • 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...v4.0.0

v3.1.0

02 Feb 04:47
Compare
Choose a tag to compare
  • Update History.md with the latest changes for v3.1.0 1151d9f
  • Add Content-Security-Policy header to all server implementations (#202) 4dda04b

v3.0.0...v3.1.0

v3.0.0

31 Jan 06:15
Compare
Choose a tag to compare

v2.1.1...v3.0.0

v2.1.1

22 Mar 03:54
Compare
Choose a tag to compare
  • Mention contributor in History.md e9a280d
  • Do not publish rubbish to NPM registry. :) 9e35045

v2.1.0...v2.1.1

v2.1.0

22 Mar 03:54
Compare
Choose a tag to compare
  • feat: Add json validator message when createJob #169 (thanks @love8587)

V2 with Express, Hapi and Koa support

01 Feb 12:00
Compare
Choose a tag to compare

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.