All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
Changes in preperation of more active development:
- Shift to factorhouse organisation on github and clojars
- Contract troy-west.cronut ns to simply cronut
- Change to MIT license
- Suppport global :disallowConcurrentExecution option (you will want to understand misfires if you use this).
- Minor dependency bumps and README improvements (#9)
- Breaking: remove :time-zone configuration at a scheduler level (see issue #5 for more)
- Minor bugfix for zero-argument (run once, immediately) interval execution
- Updated Readme
- Added tests and CircleCI integrations
- Initial Release
- Supports Cron and Simple schedules
- Extensible trigger-builder multi-method
- Data readers for trigger, cron, and interval
- Basic integration tests