Changelog
2.12.5
Changelog
2.12.0
error
event when errors occur as the result of an async action. This includes errors that occur inside the actions themselves and errors that occur in response to store state changes -- previously, these were being swallowed by the async action's promise, which made it difficult to debug. #50Changelog
2.10.0
dispatch
event on dispatch, with payload passed to listeners.