Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 11:40
· 4333 commits to main since this release
d1a9c40

Minor Changes

  • 55aa589 #960 Thanks @davidkpiano! - The machine can now be safely JSON-serialized, using JSON.stringify(machine). The shape of this serialization is defined in machine.schema.json and reflected in machine.definition.

    Note that onEntry and onExit have been deprecated in the definition in favor of entry and exit.

Patch Changes