All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.5.6 (2021-10-10)
1.5.5 (2021-08-27)
1.5.3 (2021-07-01)
- optional argument is not include in fn.length (c9ea9ff)
1.5.2 (2021-06-03)
- not call beforeEffect hook when effect not have payload (e2b6a6e)
1.5.1 (2021-05-17)
- prevent pass redundant arguments to immer (d60cf59)
1.5.0 (2021-05-07)
- update loading plugin (8e0006a)
- not call after effect hook when effect throw error (d6720e6)
1.4.0 (2021-04-23)
1.3.1 (2021-04-22)
- return type is any (94e5f5c)
1.3.0 (2021-04-10)
1.2.3 (2021-04-06)
1.2.2 (2021-04-06)
1.2.1 (2020-10-19)
- return next state in reducer (8422af4)
1.2.0 (2020-09-01)
- prevent some check rerender plugin warning (10f3f01)
- revert forceUpdate for not cover third position usage (45eece6)
- adjust forceUpdate to avoid why-did-you-render mistake check (389a483)
1.1.3 (2020-06-03)
1.1.2 (2020-04-10)
- restore support extra store property (a9177cf)
1.1.1 (2020-04-09)
- effects & reducers lost type after createStore (85a7325)
1.1.0 (2020-04-08)
- support extend store (105e7e5)
1.0.7 (2020-04-07)
- dev tool add required selector (fa832f9)
1.0.6 (2020-04-04)
1.0.5 (2020-04-04)
1.0.4 (2020-04-04)
- state maybe changed before mount (0cd7d7f)
1.0.3 (2020-03-10)
- loading plugin argument type and remove socket plugin (c2d7997)
1.0.2 (2020-03-10)
1.0.1 (2020-03-10)
- lost type define when use createFlatStore with loading plugin (32c6533)
1.0.0 (2020-03-04)
- check name duplicate at first (8d3645e)
- downgrade fast-deep-equal to v2 (6ccb8cb)
- have inited check is useless here (bb81c24)
- immer don't support circular object, restore pureChecker (8df4c2a)
- published package is empty (fe0e73e)
- add redux dev tools plugin (e81f2b9)
- effect update support beforeReducer and afterReducer (f9b4994)
- support create flat store (fbd98e9)
- update loading plugin and docs (1c0a59d)
- update test sets (2c5f3f8)
1.0.0-alpha (2020-03-01)
- update build logic & test & plugin (838a54b)
0.2.10 (2020-02-24)
- useStore return storeState instead of state (4fbebeb)
0.2.9 (2020-02-23)
- accept more than 2 arguments in effect function (c52acca)
0.2.8 (2020-01-15)
- update typing (fe68775)
0.2.7 (2020-01-15)
0.2.6 (2020-01-15)
- support useStore or getState without selector param (44673cb)
0.2.5 (2020-01-02)
- throw error after effect hooks (9a871b0)
0.2.4 (2019-12-23)
- update count example (1cd95e4)
0.2.3 (2019-12-23)
- initOption is optional (74541df)
0.2.2 (2019-12-23)
0.2.1 (2019-12-23)
- update api (72dcce4)
0.1.6 (2019-12-12)
- rename missed typo (1a7dcfb)
- rename and delete returned state for typing usage only (a0089df)
0.1.5 (2019-12-11)
- merge custom effect when execute effect (bca2bc0)
0.1.4 (2019-12-10)
0.1.3 (2019-10-08)
- support pure reducer & update in effectMeta (f0b829d)
0.1.2 (2019-10-07)
- export typing incomplete (f881293)
- update count example dependency (9ffa737)
- disable change state directly (66f3994)
- add count example (38741ff)