Skip to content

Version Packages - #163

Merged
SandroMaglione merged 1 commit into
mainfrom
changeset-release/main
Aug 22, 2026
Merged

Version Packages#163
SandroMaglione merged 1 commit 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.20.0

Minor Changes

  • 782c6ba: Add process-owned child machine spawning for runtime-sized child sets.

    Use Machine.childFamily(machine) to bind a child machine once, then call
    children.spawn(Family(id), { input }) inside an invoked Effect. Successfully
    started children survive owner state changes and remain addressable through
    machine references and AtomMachine until they stop or their parent stops.

    Logic.Scope.spawn accepts the same child descriptors for lower-level process
    logic. Dynamic spawn calls retain child input, startup failure and service
    inference, and check the child's declared parent protocol.

@SandroMaglione
SandroMaglione merged commit 4062943 into main Aug 22, 2026
8 checks passed
@SandroMaglione
SandroMaglione deleted the changeset-release/main branch August 22, 2026 10:17
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