Skip to content

Version Packages - #106

Merged
SandroMaglione merged 2 commits into
mainfrom
changeset-release/main
Aug 14, 2026
Merged

Version Packages#106
SandroMaglione merged 2 commits into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@typeonce/effect-machine@0.8.0

Minor Changes

  • e02dba3: Allow active states to omit schema when they own no data. Schema-less atomic, compound, parallel, and final states keep full control-flow semantics while exposing value-free .from(...) builders, undefined handler state, and snapshot-only query APIs.

    const States = Machine.defineStates({
      Form: {
        initial: "Editing",
        states: { Editing: {}, Saving },
      },
    });
    
    States.initial.Form.from((form) => form.Editing.from());

@SandroMaglione
SandroMaglione merged commit 03be11c into main Aug 14, 2026
13 checks passed
@SandroMaglione
SandroMaglione deleted the changeset-release/main branch August 14, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant