Skip to content

Releases: TechEmpower/react-governor

Version 0.5.0

Choose a tag to compare

@NateBrady23 NateBrady23 released this 04 Jun 23:27

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

Choose a tag to compare

@NateBrady23 NateBrady23 released this 30 May 22:34
3c40374

This update includes:

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