Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 12:10
· 34 commits to refs/heads/main since this release

🚀 Features

  • Add new method previous for getting previous value of store
  • Add shorthands for common methods:
debounce(clock, 100)
delay(clock, 100)
throttle(clock, 100)
time(clock)
status(fx)
pending([fx1, fx2])
inFlight([fx1, fx2])
combineEvents([event1, event2])
spread({foo: $foo, bar: $bar})