Skip to content

Commit 77c8391

Browse files
Version Packages
1 parent 4dd8d24 commit 77c8391

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/bright-invokes-listen.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.2
4+
5+
### Patch Changes
6+
7+
- 4dd8d24: Fix `Machine.invoke(...)` inside `.handle(...)` so invocation sources and lifecycle handlers receive the owning machine's typed `self` and `parent` protocols.
8+
9+
Event protocol examples now pass tagged unions directly to `Machine.events`, `Machine.internalEvents`, and `Machine.emittedEvents`, avoiding throwaway schema bindings.
10+
311
## 0.14.1
412

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

0 commit comments

Comments
 (0)