Skip to content

Releases: TechEmpower/react-governor

Version 0.5.0

04 Jun 23:27
Compare
Choose a tag to compare

This update includes breaking changes:

  • All actions must return a reducer
  • state is no longer passed to actions
  • actions have access to the current state by using this.state in the action body and the reducer body

Version 0.4.0

30 May 22:34
3c40374
Compare
Choose a tag to compare

This update includes:

  • A change to async action creation
  • Removes class support for creating a contract
  • Removes this.state support within actions