Skip to content

Commit 70f42f2

Browse files
Version Packages
1 parent 6809080 commit 70f42f2

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/quiet-spiders-inspect.md

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

CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 6809080: Add public getters for inspecting compiled state nodes, registered transition handlers, declared transition targets, and the active state configuration of a snapshot. Event, eventless, and completion handlers may declare an upper bound of target paths that is checked against inferred and runtime results.
8+
39
## 0.3.0
410

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

0 commit comments

Comments
 (0)