Skip to content

Commit c823451

Browse files
Version Packages
1 parent e54803e commit c823451

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/fix-local-with-selector.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @typeonce/effect-machine
22

3+
## 0.14.1
4+
5+
### Patch Changes
6+
7+
- e54803e: Fix `to.local.with()` so schema-backed compound scopes can select and rebuild their local value from both direct handlers and nested invoke outcomes.
8+
9+
Expand the inspection examples with text and Mermaid state diagrams built from `Machine.stateNodes`, `Machine.initialDefinition`, `Machine.transitionDefinitions`, `Machine.activityDefinitions`, and live configuration. The examples render concrete conditional branches, reentry, choices, history and final states, activities, and safely escaped user-defined labels.
10+
311
## 0.14.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typeonce/effect-machine",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "Schema-first state machines and statecharts for Effect",
55
"author": "Sandro Maglione",
66
"repository": {

0 commit comments

Comments
 (0)