- (simison) Agenda dependency version
<1.0.0
to avoid breaking dependency. - (loris) Fix #24 - Added indexes for faster queries.
- Fix #28 - Removed dependency on Mongo Driver.
- Added API tests with mocha and supertest. No frontend tests.
- (HugoCornu) Fix #19 "Schedule Job" - Don't repeat job if user didn't want it repeated
- (simison) Add engines key to package.json
- (bh-chaker) Schedule Job Feature - create new jobs from the UI
- Limit to 200 jobs on page, no UI for configuration
- (vziukas) Recurring job count and labels
- Fixed "queued" label colors
- (vziukas) Configurable title
- Middleware option moved to "options" object
- (vziukas) multiple instances of agendash can each have a separate agenda
- (rapidia) remove "arrow function" syntax for non-chrome browsers
- (ebourmalo) Fix the middleware usage and use a proper structure
- Batch requeue and delete
- Select All and Select None
- Select multiple jobs
- version bump so npm will update docs
- Added screenshots
- Initial Release