UNPKG

ts-action-immer

Version:

Immer-based reducer creators for Redux

59 lines (34 loc) 2.21 kB
<a name="3.0.4"></a> ## [3.0.4](https://github.com/cartant/ts-action/compare/v3.0.3-ts-action-immer...v3.0.4-ts-action-immer) (2021-05-08) ### Changes * Widen the peer dependency range. ([84a9d52](https://github.com/cartant/ts-action/commit/84a9d52)) <a name="3.0.3"></a> ## [3.0.3](https://github.com/cartant/ts-action/compare/v3.0.2-ts-action-immer...v3.0.3-ts-action-immer) (2020-06-12) ### Changes * Widen the peer dependency range. ([37a81d0](https://github.com/cartant/ts-action/commit/37a81d0)) <a name="3.0.2"></a> ## [3.0.2](https://github.com/cartant/ts-action/compare/v3.0.1-ts-action-immer...v3.0.2-ts-action-immer) (2020-03-25) ### Changes * Widen the peer dependency range. ([10ad4fc](https://github.com/cartant/ts-action/commit/10ad4fc)) <a name="3.0.1"></a> ## [3.0.1](https://github.com/cartant/ts-action/compare/v3.0.0-ts-action-immer...v3.0.1-ts-action-immer) (2019-11-10) ### Changes * Widen the peer dependency range. ([9dfd48f](https://github.com/cartant/ts-action/commit/9dfd48f)) <a name="3.0.0"></a> ## [3.0.0](https://github.com/cartant/ts-action/compare/v2.0.1-ts-action-immer...v3.0.0-ts-action-immer) (2019-10-26) ### Breaking changes * Update the `ts-action` peer dependency. ### Features * `union` can be used to pass more that three action creators to `on`. <a name="2.0.1"></a> ## [2.0.1](https://github.com/cartant/ts-action/compare/v2.0.0-ts-action-immer...v2.0.1-ts-action-immer) (2019-09-26) ### Changes * Widen the peer dependency range. ([a52c0c1](https://github.com/cartant/ts-action/commit/a52c0c1)) <a name="2.0.0"></a> ## [2.0.0](https://github.com/cartant/ts-action/compare/v1.0.1-ts-action-immer...v2.0.0-ts-action-immer) (2019-04-29) ### Breaking changes * Move the `produce` call into `on` so that the `reducer` from `ts-action` can be reused. Thanks to [Tim Deschryver](https://github.com/timdeschryver) for the suggestion. ([73b3b59](https://github.com/cartant/ts-action/commit/73b3b59)) <a name="1.0.1"></a> ## [1.0.1](https://github.com/cartant/ts-action/compare/v1.0.0-ts-action-immer...v1.0.1-ts-action-immer) (2019-04-25) ### Fixes * Update package description. ([eede0f1](https://github.com/cartant/ts-action/commit/eede0f1))