Releases: gpfunk/redux-timeout
Releases · gpfunk/redux-timeout
v2.0.0
- 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.