Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 211 Bytes

CHANGELOG.md

File metadata and controls

5 lines (4 loc) · 211 Bytes

Changelog

1.0.7

Breaking Changes

  • Reducers are now pure functions eg. State() will no longer return the current state. To retrieve the current state, use the reserved hanging method State.getState()