All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.5.1 (2018-01-07)
- connect-to-state: merge controlled props onto state before reduce (7fb0b7b)
0.5.0 (2018-01-06)
- determine whether to dispatch new props or not (afe6127)
0.4.2 (2018-01-06)
- onChange with internal state (3db6a9d)
0.4.1 (2018-01-06)
0.4.0 (2018-01-05)
- with render prop as well as children (868fe13)
0.3.5 (2018-01-04)
- avoid sending out props passed in (86c8950)
0.3.4 (2018-01-04)
- connected-style of components works; focus + hover in example (9223efe)
0.3.3 (2018-01-04)
0.3.2 (2018-01-04)
- NO_IDENTITY was required by one function (47e8467)
- lifecycle: init should happen on componentDidMount (d15ddba)
0.3.1 (2018-01-03)
- component instantiate should not use init by default (2daafdf)
0.3.0 (2017-12-14)
- ts types (d818b78)
0.2.0 (2017-10-21)
withLifecycleStateLogic
simplifies lifecycle of component state (b647960)
0.1.2 (2017-10-19)
- runtime error if missing react-redux or redux (1119178)
0.1.1 (2017-10-19)
0.1.0 (2017-10-19)
- asConnectedComponent to remove the boilerplate (30d79af)
- connected fields load in redux (b914e9f)
- connectState (1395a07)
- identified component state (94e9b5e)
- input and receive children as function (35cc7be)
- input and receive children as function (2ee0e04)
- make it conventional (319cb84)
- send identity to reducers (a93b6e4)
- simplified connectToState (d033cb7)