Skip to content

xstate@5.25.0

Choose a tag to compare

@github-actions github-actions released this 10 Dec 20:27
· 97 commits to main since this release

Minor Changes

  • #5422 329297b Thanks @davidkpiano! - Add partial descriptor support to assertEvent(…)

    // Matches any event with a type that starts with `FEEDBACK.`
    assertEvent(event, 'FEEDBACK.*');

Patch Changes