Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Releases: yumauri/effector-reeffect

v3.0.0

27 Sep 19:41
Compare
Choose a tag to compare

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

02 Aug 09:55
Compare
Choose a tag to compare

Fix compatibility with effector 21.2.0

Breaking changes:

  • Not working with effector < 21

v1.3.0

24 Feb 19:04
Compare
Choose a tag to compare

Fix compatibility with effector 20.12.0

Breaking changes:

  • Not working with effector < 20.12.0

v1.2.0

29 Jan 09:26
Compare
Choose a tag to compare

Improvements:

  • Added new timeout option (resolves #2)

v1.1.0

21 Jan 09:14
Compare
Choose a tag to compare

Improvements:

  • Support for new inFlight field, added in Effector 20.11.0

v1.0.0

17 Jan 10:51
Compare
Choose a tag to compare

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

10 Dec 22:36
Compare
Choose a tag to compare

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

v0.1.2

09 Dec 10:41
Compare
Choose a tag to compare

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

v0.1.1

05 Dec 14:04
Compare
Choose a tag to compare
  • Code minor changes
  • Code comments cleanup
  • 100% tests coverage
  • Size-limit for future improvements

v0.1.0

04 Dec 18:31
Compare
Choose a tag to compare

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