Skip to content

Releases: tdreyno/fizz

v5.2.0

06 May 00:23
Compare
Choose a tag to compare

5.2.0 (2023-05-06)

Features

  • add Svelte Store respondOnMount and Runtime respondToOutput (c1ba485)

v5.1.1

05 May 19:57
Compare
Choose a tag to compare

5.1.1 (2023-05-05)

Bug Fixes

  • allow async wait state handlers (5a79791)

v5.1.0

05 May 19:32
Compare
Choose a tag to compare

5.1.0 (2023-05-05)

Features

  • add waitState helper and action async triggers (9c5e566)

v5.0.0

04 May 00:37
Compare
Choose a tag to compare

5.0.0 (2023-05-04)

Features

  • add output port to avoid functions in data (81a6f73)
  • drop node 14 (f7541ec)
  • move from state.is to isState (823b223)

BREAKING CHANGES

  • Add two maps of names to createRuntime. 1 for internal actions, 1 for external
  • Remove node 14 support
  • Removed State.is in favor of isState

v4.0.0

14 Mar 21:14
Compare
Choose a tag to compare

4.0.0 (2023-03-14)

Features

  • actions bound to a runtime now return a Promise representing their completion (#717) (e1a80f5)

BREAKING CHANGES

  • This is a type-only change

v3.1.0

12 Oct 06:33
Compare
Choose a tag to compare

3.1.0 (2022-10-12)

Features

v3.0.6

18 Apr 23:18
Compare
Choose a tag to compare

3.0.6 (2022-04-18)

Bug Fixes

  • onContextChange for updates (2605208)

v3.0.5

18 Apr 22:54
Compare
Choose a tag to compare

3.0.5 (2022-04-18)

Reverts

  • Revert "fix: contextDidChange should be called for each action" (63c4f33)

v3.0.4

18 Apr 22:47
Compare
Choose a tag to compare

3.0.4 (2022-04-18)

Bug Fixes

  • contextDidChange should be called for each action (2e92385)

v3.0.3

16 Apr 19:19
Compare
Choose a tag to compare

3.0.3 (2022-04-16)

Bug Fixes

  • removed unused code. Convert Effects to a class (2fd5a6a)