UNPKG

@cycle/state

Version:

Wraps your Cycle.js main function with reducer-driven state management

56 lines (19 loc) 1.21 kB
# 1.7.0 (2022-03-21) ### Bug Fixes * **state:** add dom lib to tsconfig.json ([9c78d82](https://github.com/cyclejs/cyclejs/commit/9c78d82)) ## 1.6.1 (2022-03-20) ### Bug Fixes * **state:** add dom lib to tsconfig.json ([9c78d82](https://github.com/cyclejs/cyclejs/commit/9c78d82)) ## 1.6.0 (2022-01-13) * fix(state): avoid memory leaks with quicktask ([37b3ff10](https://github.com/cyclejs/cyclejs/commit/37b3ff10)) ## 1.5.0 (2021-06-02) * feat(state): makeCollection supports heterogenous item components ([b5b24a5](https://github.com/cyclejs/cyclejs/commit/b5b24a5)) ## 1.4.0 (2019-11-06) ## 1.3.0 (2019-09-10) * docs(state): fix TypeScript example of Reducer ([243cd25](https://github.com/cyclejs/cyclejs/commit/243cd25)), closes [#885](https://github.com/cyclejs/cyclejs/issues/885) ## 1.2.0 (2019-02-03) * fix(state): depend on cycle/isolate v5 ([5db111c](https://github.com/cyclejs/cyclejs/commit/5db111c)) ## 1.1.0 (2018-12-10) * fix(state): support TypeScript's strict mode ([4b7bbeb](https://github.com/cyclejs/cyclejs/commit/4b7bbeb)) * docs(state): add readme to state package ([9cbd452](https://github.com/cyclejs/cyclejs/commit/9cbd452)) ## 1.0.0 (2018-10-17)