Skip to content

Version Packages - #108

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

Version Packages#108
SandroMaglione merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 14, 2026

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.9.0

Minor Changes

  • d471d42: Add Machine.events(machine) and Machine.internalEvents(machine) as the standard way to construct protocol events.

    The returned tag-keyed constructors preserve schema make inputs and defer decoding until machine delivery, so invalid values fail with MachineSchemaDecodeError through planning or the running machine instead of throwing at the construction call site.

  • 59580de: Replace Machine.invokeEffect, Machine.after, Machine.invokeMachine, and Machine.effect with one inline invoke lifecycle object API and a zero-runtime Machine.invoke inference helper.

    Choose an effect, after, logic, or child source and handle typed outcomes directly with onDone, onFailure, and onSnapshot. Lifecycle handlers can now transition the owning state without routing results through mapped machine events.

    State-dependent Effect sources infer their owner state, output, error, and service requirements together without a manual return annotation.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 5d045a2 to fd4b845 Compare August 15, 2026 08:06
@SandroMaglione
SandroMaglione merged commit ccc398a into main Aug 15, 2026
13 checks passed
@SandroMaglione
SandroMaglione deleted the changeset-release/main branch August 15, 2026 08:09
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