Skip to content

Commit fe1cb3f

Browse files
Version Packages
1 parent f3e1e78 commit fe1cb3f

5 files changed

Lines changed: 11 additions & 18 deletions

File tree

.changeset/bright-runtimes-verify.md

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

.changeset/fair-laws-check.md

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

.changeset/tidy-runtimes-flow.md

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

CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- f3e1e78: Add reusable runtime invariants, law-oriented causal command verification, and
8+
an explicit planner/runtime agreement check. Causal probe microsteps now retain
9+
stable public snapshots even when the optimized runtime reuses internal state.
10+
- 0dbb538: Add state, step, and trace invariants for checking application semantics over planner traces, including machine-inferred builders, conditional observation requirements, structured reports, and property-test assertions. Add bounded breadth-first exploration with state-dependent event representatives, shortest witnesses, explicit truncation frontiers, and fail-closed reachability assertions. Add testing-only runtime probes with acknowledged event delivery so tests can causally inspect ignored, targetless, changing, and failed live macrosteps without adding a production `sendAndAwait` API.
11+
- c01c7d2: Add explicitly named causal and enqueue-oriented runtime command runners. Causal command tests now retain an exact probe step for every processed send, support probe-bound asynchronous waits, attribute processing failures to the submitted command, and format replayable causal transcripts. Deprecate the ambiguous `runRuntimeCommands` and `formatRuntimeTranscript` names in favor of their explicit enqueue-oriented replacements.
12+
313
## 0.4.0
414

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

0 commit comments

Comments
 (0)