Skip to content

v6.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 19:33
· 67 commits to main since this release
fce39cf

Minor Changes

  • #117 0cec0db Thanks @tivac! - Add machine info to each result

    Otherwise root components of parallel sibling child machines can end up not being actually comparable.

    [
        [Object: null prototype] {
    +       machine: "(machine).child-one",
            path: false,
            component: [Function: child],
            props: false,
            children: []
        },
        [Object: null prototype] {
    +       machine: "(machine).child-two",
            path: false,
            component: [Function: child],
            props: false,
            children: []
        }
    ]