github-actions
released this
14 Sep 15:11
·
49 commits
to main
since this release
Minor Changes
- 7c6d347: - Drops
{type, value}
structure in favor of simpler values- Changes action structure to accept
kind
and push properties underaction
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
anddelay
insendTo
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
- Changes action structure to accept