Skip to content

5.0.0

Compare
Choose a tag to compare
@bdwain bdwain released this 27 Apr 22:32
· 35 commits to master since this release

BREAKING CHANGES

  • Remove deprecated functionality (becd636)
    • Cmd.batch
    • Cmd.sequence
    • customization parameters to combineReducers
  • Update TypeScript types for Cmd.run() (#207)

Other changes

  • Fix StoreCreator TypeScript def to match redux (#208)
  • Better typings for reducers (#210)
  • Add type for Cmd.run's options.testInvariants (#214)

Development Changes

  • Add prettier
  • Update build tools to latest version
  • Remove react-app lint rules
  • Fix typescript tests to actually fail on errors (#209)