Skip to content

v0.5.0

Compare
Choose a tag to compare
@markerikson markerikson released this 28 Apr 18:48
· 3419 commits to master since this release

We've finally had some time to merge in several PRs that were contributed by the community. No major API changes, but there's some tooling / dependency improvements and tweaks to the typings for createSlice() that should help improve type inference of case reducers, and configureStore() now allows passing options through to the Redux DevTools Extension.

Changes

  • Create declaration files with typescript (@B3zo0 - #128)
  • Upgrade to Immer 2.x (@ezzatron - #132)
  • Improve type inference of case reducers (@denisw - #133)
  • feat(configureStore): add support for devTools options (@wldcordeiro - #130)