v8.0.0
- We've been finding the update/action pattern to be too verbose for basic use cases. This version keeps the v7 types and lifecycle code while returning state updates to the more traditional
setState
andsetStateThen
- Fixed a bug with type checking actions correctly (#71)