Sep 20, 2016
- Implement
getState()
. (Related: #4, @11111000000)
Sep 20, 2016
- #7 - Fix issue with onRemove not being able to access state. (#8, @borisirota)
Aug 15, 2016
- Support Decca's function-only components.
Jan 29, 2016
- #2 - Fix issue with states being reset randomly. (#3, @11111000000)
Jan 25, 2016
- #1 - Add onCreate hook.
Jan 10, 2016
- Make state changes immutable, allowing you to run
oldstate === newstate
to check for deep equality.
Jan 10, 2016
- Remove
shouldUpdate
support.
Jan 10, 2016
Initial release.