Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Releases: kujiale/tacky

2019-06-16

16 Jun 05:03
Compare
Choose a tag to compare

@tacky/store 1.0.13 released.

🐛 Bug Fix

  • @tacky/store
    • Support pass domain state interface.

2019-06-12

12 Jun 03:46
Compare
Choose a tag to compare

@tacky/store 1.0.12 released.

🐛 Bug Fix

  • @tacky/store
    • Fix stick() type error when pass props.

2019-06-12

11 Jun 16:47
Compare
Choose a tag to compare

@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

07 Jun 03:07
Compare
Choose a tag to compare

@tacky/store 1.0.10 released.

🐛 Bug Fix

  • @tacky/store
    • Fix property decorator bug for reducer, mutation and effect.

2019-06-05

06 Jun 02:50
Compare
Choose a tag to compare

@tacky/store 1.0.9 released.

🚀 New Feature

  • @tacky/store
    • Added the init method, the same as render method except render component feature.

🏠 Internal

  • @tacky/store
    • Enhance the render method by calling the init method.