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

v1.0.0

Compare
Choose a tag to compare
@yumauri yumauri released this 17 Jan 10:51
· 89 commits to master since this release

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