- Maintenance chores (update dependencies, deprecated methods., etc.)
- Update configuration to use
Config
module (instead of Mix) - Change
Logger.warn
->Logger.warning
(former is deprecated) - Bump minimum Elixir version to v1.11 (per the above)
- Fix documentation formatting typo
- Add CI testing with GitHub Actions
- Add
TaskAfter.change_task_after/2
to allow changing a task.
- Add
TaskAfter.cancel_task_after/2
to allow cancelling a task.
- First published release
- Initial release