Skip to content

v1.9.5

Compare
Choose a tag to compare
@markerikson markerikson released this 18 Apr 02:53
· 1520 commits to master since this release

This bugfix release includes notable improvements to TS type inference when using the enhancers option in configureStore, and updates the listener middleware to only check predicates if the dispatched value is truly an action object.

What's Changed

  • update to latest remark-typescript-tools by @EskiMojo14 in #3311
  • add isAction helper function, and ensure listener middleware only runs for actions by @EskiMojo14 in #3372
  • Allow inference of enhancer state extensions, and fix inference when using callback form by @EskiMojo14 in #3207

Full Changelog: v1.9.4...v1.9.5