Skip to content

Commit 4698c13

Browse files
Version Packages
1 parent 4d8598f commit 4698c13

4 files changed

Lines changed: 10 additions & 13 deletions

File tree

.changeset/calm-machines-enter.md

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

.changeset/steady-machines-bind.md

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

CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 607a0c4: Allow local and branch targets to enter inactive nested parallel states. These
8+
targets now require a complete selection for every parallel region while
9+
preserving partial updates for parallel states that are already active.
10+
- 955663f: Preserve every machine protocol channel when creating bound AtomMachine bridges from deeply composed handled machines. Inline invoked children also retain their exact error, service, event, and output types instead of inheriting erased contextual `any` channels.
11+
312
## 0.2.0
413

514
### 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.2.0",
3+
"version": "0.2.1",
44
"description": "Schema-first state machines and statecharts for Effect",
55
"author": "Sandro Maglione",
66
"repository": {

0 commit comments

Comments
 (0)