Skip to content

Version 2.4.0

Choose a tag to compare

@tomatau tomatau released this 17 May 16:55
· 303 commits to main since this release

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.