Added on_success
and on_failure
callbacks, raised minimum
Elixir version to 1.7, and added support for Elixir 1.8.
Thanks @derekkraan!
Added ability to specify custom logging module in config.
Elixir 1.4 compatibility. Thanks @wfgilman and @JonRowe!
Changed :random.uniform
to :rand.uniform
to silence deprecation
warnings. Thanks @amokan!
Initial release. Supports GenRetry.retry/2
and
GenRetry.Task.async/2
.