Effector Versions Save

Business logic with ease ☄️

[email protected]

6 months ago
  • Add new types from effector 23: UnitTargetable, EventCallable and StoreWritable as aliases to improve migration experience and ecosystem compatibility (PR #1017)

[email protected]

8 months ago
  • Fix combine function called twice on first allSettled call (PR #984)

[email protected]

8 months ago
  • Fix for createWatch implementation to improve @effector/next updates flow

[email protected]

1 year ago
  • Fix too frequent useUnit updates (PR #904)

[email protected]

1 year ago
  • Follow-up fix for 22.8.2: now combine in tuple-form handles complex edge-cases with mapped stores correctly. (PR #902)

[email protected]

1 year ago

[email protected]

1 year ago

[email protected]

1 year ago

Fixed an edge case for fork calls without sid (function from release 22.8.0). Some libraries provide built-in sid's in the code, which led to the duplicated sid found exception when calling fork when trying to use two instances of the same factory in a test and running it without effector/babel-plugin.

The exception on fork calls is no longer thrown, and all sid-related checks and assertions have been moved to serialize calls, since sid's are actually only required for serialize to work. PR #897

[email protected]

1 year ago
  • Added missing node and stateRef ids to meta-objects. These are internal changes which are not covered by the types or docs yet.

[email protected]

1 year ago
  • combine types now allow primitive values, just like it was stated in the docs. Thanks to @faustienf 🎉 PR #884
  • Events, created from split with match-object shape and internal inFlight counters of Effects now have proper metadata to use in the Inspect API. PR #892