Skip to content

Releases: tdreyno/fizz

@tdreyno/[email protected]

02 Jun 00:51
a6d4268
Compare
Choose a tag to compare

Patch Changes

  • 9baacf4: Turborepo + GH release test

@tdreyno/[email protected]

02 Jun 00:51
a6d4268
Compare
Choose a tag to compare

Patch Changes

@tdreyno/[email protected]

02 Jun 00:51
a6d4268
Compare
Choose a tag to compare

Patch Changes

v5.4.0

01 Jun 20:50
Compare
Choose a tag to compare

5.4.0 (2024-06-01)

Features

  • bring back react support (58cb30b)

v5.3.0

01 Jun 19:49
Compare
Choose a tag to compare

5.3.0 (2024-06-01)

Features

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