This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
v1.0.0
Complete rethink and rewrite from scratch 🎉
Improvements:
- Now ReEffect as compatible with standard Effects as possible!
- Two new strategies:
QUEUE
andRACE
Breaking changes:
- ReEffect now returns just given parameters, like Events and Effects
- By default there is no field
strategy
indone
/fail
/cancelled
events (to be compatible with Effects) - New create option
feedback
to return fieldstrategy
back! - Strategies now are just simple strings, not Symbols
- Call
effect(STRATEGY)
is not available anymore, use second argument or object with strategy field