Releases: mfellner/valtio-factory
Releases · mfellner/valtio-factory
Release 1.0.2
1.0.2 (2022-09-26)
Bug Fixes
Release 1.0.1
1.0.1 (2022-08-07)
Bug Fixes
- derived property handler receives extra attrs (5017396)
- root factory can access child states (fc983d1)
Release 1.0.0-alpha.9
Bug Fixes
- allow chaining of onCreate, closes #1 (f9b1acc)
Release 1.0.0-alpha.8
Features
- actions can call other actions (05cb762)
Release 1.0.0-alpha.7
Bug Fixes
- prevent excessive type recursion in output (5d60dae)
- support return type for actions (9423271)
Release 1.0.0-alpha.6
Bug Fixes
- types for nested factories and snapshots (b8482de)
Release 1.0.0-alpha.5
Features
- pass context to subscriptions (67cace9)
Release 1.0.0-alpha.4
Features
- add ability to unsubscribe (4d754ac)
Release 1.0.0-alpha.3
Bug Fixes
- actions can use derived state (083f28b)