Skip to content

Latest commit

 

History

History
85 lines (38 loc) · 3.44 KB

CHANGELOG.md

File metadata and controls

85 lines (38 loc) · 3.44 KB

1.0.2 (2022-09-26)

Bug Fixes

  • backwards compat w/ TS 4.7 (8bcaf31)
  • support typescript 4.8 (cc564e2)

1.0.1 (2022-08-07)

Bug Fixes

  • derived property handler receives extra attrs (5017396)
  • root factory can access child states (fc983d1)

1.0.0 (2022-07-31)

1.0.0-alpha.9 (2022-07-31)

Bug Fixes

  • allow chaining of onCreate, closes #1 (f9b1acc)

1.0.0-alpha.8 (2022-07-13)

Features

  • actions can call other actions (05cb762)

1.0.0-alpha.7 (2022-06-30)

Bug Fixes

  • prevent excessive type recursion in output (5d60dae)
  • support return type for actions (9423271)

1.0.0-alpha.6 (2022-06-20)

Bug Fixes

  • types for nested factories and snapshots (b8482de)

1.0.0-alpha.5 (2022-01-30)

Features

  • pass context to subscriptions (67cace9)

1.0.0-alpha.4 (2022-01-30)

Features

  • add ability to unsubscribe (4d754ac)

1.0.0-alpha.3 (2022-01-29)

Bug Fixes

  • actions can use derived state (083f28b)

1.0.0-alpha.2 (2022-01-29)

Features

1.0.0-alpha.1 (2022-01-23)

1.0.0-alpha.0 (2022-01-23)

Bug Fixes

  • wrap getParent() in ref (a6bd9f5)