This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
Releases: yumauri/effector-reeffect
Releases · yumauri/effector-reeffect
v3.0.0
Fix compatibility with effector 22.0.3, huge thanks to @AlexandrHoroshih (PR #27) (fixes #24, #6)
‼️ READ THIS CAREFULLY ‼️
This version is aimed to provide a path for updating effector
to the version 22.
Alas, this is the last version of the effector-reeffect
in this incarnation.
I suggest you to remove this package from your codebase as soon as possible, because it will definitely break in the future, with upcoming effector
versions.
Breaking changes:
- Not working with effector < 22.0.3
v2.0.0
v1.3.0
v1.2.0
v1.1.0
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
v0.2.0
v0.1.2
Nothing changed, just dependencies update, because of vulnerability in serialize-javascript