2.4.0
版本发布时间: 2016-05-18 00:55:35
pburtchaell/redux-promise-middleware最新发布版本:6.2.0(2023-12-28 03:07:18)
This is the first release under the @prev dist tag on npm
breaking
- removes the feature of resolving custom actions in favour of resolving thunks for providing the same functionality.
- returns original promise from dispatch instead of a custom action
notes if your original promise rejects, you can optionally catch it yourself from the caller of the action creator -- also if your promises have extra functionality (such as try or finally), this will be available from the caller.