Skip to content

Releases: gpfunk/redux-timeout

v2.0.0

15 Mar 16:02
Compare
Choose a tag to compare
  • This library was too opinionated in expecting an action to be dispatched when the timeout was triggered, because of this I have removed all dispatching logic inside code and now will only expect a function to be passed in. The user is now responsible for dispatching an event if desired.

v1.0.0

14 Feb 09:42
Compare
Choose a tag to compare
  • Rewrite core logic to use setTimeout rather than tracking last dispatch time.
  • Move from exporting constants to action creators in api
  • Remove ability to initialize middleware with a default action to simplify code base