Skip to content

Releases: statelyai/xstate-tools

@xstate/[email protected]

13 Oct 11:01
2c8387f
Compare
Choose a tag to compare

Patch Changes

  • 0562617: Fixed an issue that could result in loss of information about multiple actions within invoke.onDone/invoke.onError transitions.
  • 6e6ce3b: Fixed an issue that could accidentally recognize "undefined" as a valid action type.
  • Updated dependencies [0562617]
  • Updated dependencies [6e6ce3b]

@xstate/[email protected]

11 Oct 10:50
e2f3d9e
Compare
Choose a tag to compare

Patch Changes

  • 26421cf: Make the xstate sky command compatible with more React and TypeScript sources.

@xstate/[email protected]

10 Oct 13:25
7f3053d
Compare
Choose a tag to compare

Patch Changes

  • 2635a1c: Alpha test of xstate sky command for the upcoming Stately Sky release.

[email protected]

05 Oct 11:05
Compare
Choose a tag to compare

Major Changes

@xstate/[email protected]

20 Sep 10:19
75351ee
Compare
Choose a tag to compare

Patch Changes

@xstate/[email protected]

20 Sep 10:19
75351ee
Compare
Choose a tag to compare

Minor Changes

  • 5d47848: Extract internal property on transitions
  • d885182: Extract machine context into an object

@xstate/[email protected]

14 Sep 15:11
ea64a0e
Compare
Choose a tag to compare

Major Changes

  • 7c6d347: Introduces forEachAction traversal function that takes a state node config and traverses through it and applies a callback to each action. Useful for stubbing actions for use-cases such as choose actions for typegen.

Patch Changes

@xstate/[email protected]

14 Sep 15:11
ea64a0e
Compare
Choose a tag to compare

Minor Changes

  • 7c6d347: - Drops {type, value} structure in favor of simpler values
    • Changes action structure to accept kind and push properties under action object
    • Extracts expressions wrapped in doubly curly braces {{}}
    • Extracts array and object values recursively (previously extracted as expressions)
    • Drops using XState types in favor of adding local types for Action, StateNodeConfig, etc
    • Makes id and delay in sendTo actions, optional and doesn't include them in extracted action when not present
    • Creates specific parser for SendTo actions to treat them as builtin actions

@xstate/[email protected]

21 Jun 12:32
0e72909
Compare
Choose a tag to compare

Patch Changes

@xstate/[email protected]

21 Jun 12:32
0e72909
Compare
Choose a tag to compare

Minor Changes

  • #334 807edc7 Thanks @farskid! - Removed stringifyInlineImplementations option. Builtin actions and other expressions can be now extracted with serializeInlineActions.