Effector Reeffect Versions Save

Concurrent effects for Effector ☄️

v3.0.0

2 years ago

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

3 years ago

Fix compatibility with effector 21.2.0

Breaking changes:

  • Not working with effector < 21

v1.3.0

4 years ago

Fix compatibility with effector 20.12.0

Breaking changes:

  • Not working with effector < 20.12.0

v1.2.0

4 years ago

Improvements:

  • Added new timeout option (resolves #2)

v1.1.0

4 years ago

Improvements:

  • Support for new inFlight field, added in Effector 20.11.0

v1.0.0

4 years ago

Complete rethink and rewrite from scratch ?

Improvements:

Breaking changes:

  • ReEffect now returns just given parameters, like Events and Effects
  • By default there is no field strategy in done/fail/cancelled events (to be compatible with Effects)
  • New create option feedback to return field strategy 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

4 years ago

Somewhat dirty fix to support Effector's API (like forward and so on)

v0.1.2

4 years ago

Nothing changed, just dependencies update, because of vulnerability in serialize-javascript

v0.1.1

4 years ago
  • Code minor changes
  • Code comments cleanup
  • 100% tests coverage
  • Size-limit for future improvements

v0.1.0

4 years ago

Improvements:

  • finally event now contains status: 'done' | 'fail' field, to be more compatible with standard Effects

Breaking changes:

  • No more [cancel] Symbol → now handler accepts onCancel callback as a second argument