- Breaking Change:
⚠️ Parameters for retry callback changed. It is now an object, which also includes the error that was thrown. This is a follow up on recentretry
improvements. By adding theerror
details, it got 4 parameters, which is too many, hence the change into an object. - Documentation updates.
- DEV dependencies updated.