All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.1 (2020-05-29)
2.1.0 (2020-05-29)
2.0.1 (2020-05-27)
2.0.0 (2020-05-22)
- removes
<Connect />
component - changes how the store provider and hooks are created
1.3.2 (2020-04-21)
1.3.1 (2020-02-07)
1.3.0 (2020-01-11)
- useSynapse: Fix infinite loop when selector returns impure object (#13) (ab7c850)
- useSynapse: Run useEffect on every render (#10) (9ad6cdb)
- useSynapse: Update to latest state before re-subscribing (#12) (48df6cd)
- Move logger into src/ for proper bundling (#18) (5706404)
1.2.3 (2019-03-19)
1.2.2 (2019-03-18)
1.2.1 (2019-03-04)
1.2.0 (2019-02-27)
1.1.0 (2019-01-08)
- Connect: Convert back to PureComponent (ec5466d)
0.6.0 (2018-10-13)
- Store: Set state to empty object on construction (5a7c5a5)
0.5.1 (2018-09-10)
- Connect: Pass props to all methods (587356a)
0.5.0 (2018-09-10)
- add tests for Vault and Store (4b8b502)
- New connect hoc (4f264f4)
0.4.3 (2018-06-04)
- Skip logging state change in initial Store construction (f46abc1)
0.4.2 (2018-04-30)
- logger: collapse log groups (6058750)
0.4.1 (2018-04-30)
- logger: use cjs (fa04097)
0.4.0 (2018-04-30)
- Provider: pass in a logger function instead of monkey patching Vault and Store prototypes (6f267be)
- Store: return a promise from setState (a49d451)
0.3.0 (2018-04-28)
- Connect: Connect extends from PureComponent (6e5678b)
0.2.6 (2018-04-28)
- undo that (8fa2789)
0.2.5 (2018-04-28)
0.2.4 (2018-04-28)
- Connect should update when props change (ec0c009)
0.2.3 (2018-04-28)
- export Vault (7e6c7e5)
0.2.2 (2018-04-28)
- add debug module (da3e7b8)