This repository was archived by the owner on Apr 24, 2020. It is now read-only.
Releases: kujiale/tacky
Releases · kujiale/tacky
2019-06-16
@tacky/store 1.0.13 released.
🐛 Bug Fix
@tacky/store
- Support pass domain state interface.
2019-06-12
@tacky/store 1.0.12 released.
🐛 Bug Fix
@tacky/store
- Fix
stick()
type error when pass props.
- Fix
2019-06-12
@tacky/store 1.0.11 released.
🚀 New Feature
@tacky/store
- Decorator support pass param or no param now.
- Stick support pass a function component with react hooks.
2019-06-06
@tacky/store 1.0.10 released.
🐛 Bug Fix
@tacky/store
- Fix property decorator bug for reducer, mutation and effect.
2019-06-05
@tacky/store 1.0.9 released.
🚀 New Feature
@tacky/store
- Added the
init
method, the same asrender
method except render component feature.
- Added the
🏠 Internal
@tacky/store
- Enhance the
render
method by calling theinit
method.
- Enhance the