Skip to content

Releases: ScriptFUSION/Retry

5.0.0 – No fibers (pure and simple)

31 Oct 20:03
5.0.0
2152712
Compare
Choose a tag to compare

4.0.0 – Fibers

07 Oct 23:37
4.0.0
458434e
Compare
Choose a tag to compare

3.0.0 – Strict types

07 Oct 23:38
3.0.0
2f3ea33
Compare
Choose a tag to compare

2.2.0 – Exception handler parameters

25 Jun 20:39
2.2.0
1ade9bf
Compare
Choose a tag to compare
  • Added attempts and tries to exception handler callback.

2.1.0 – Exception handler promises

10 Feb 15:52
2.1.0
68633ae
Compare
Choose a tag to compare
  • Added support for exception handlers that return promises.

2.0.0 – Async

10 Feb 15:49
2.0.0
a67d336
Compare
Choose a tag to compare
  • Added retryAsync() method.

1.1.0

19 Apr 00:34
1.1.0
d32ae1e
Compare
Choose a tag to compare
  • Added capability to halt retries by returning false from exception handler.