Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 15:11
· 49 commits to main since this release
ea64a0e

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