All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.3.0 (2026-02-03)
- implement referential identity optimization for no-op transitions (8bd7f5a)
1.2.1 (2026-02-03)
- ensure literal tag narrowing in tag.factory (96bc03a)
1.2.0 (2026-02-03)
- add States ergonomic type utility and tag helpers documentation (dd92071)
1.1.0 (2026-02-03)
- refine type inference, consolidate architecture, and add submodules (5ccc250)
1.0.3 (2026-01-30)
1.0.2 (2026-01-13)
- normalize machine bindings and context helpers (df42dbc)
1.0.1 (2026-01-13)
- transitions now read state via this.context and middleware/ensemble helpers no longer call transitions with raw contexts.
- Add comprehensive documentation for the Actor Model, covering its concepts, API, and comparison with runners. (484a689)
- add context-bound helpers (84719c0)
- migrate docs and helpers to this.context binding (b159ff9)
1.0.0 (2026-01-13)
- transitions now read state via this.context and middleware/ensemble helpers no longer call transitions with raw contexts.
- Add comprehensive documentation for the Actor Model, covering its concepts, API, and comparison with runners. (484a689)
- migrate docs and helpers to this.context binding (597bb1f)
0.0.23 (2025-12-16)
- add Actor Model documentation and React integration entry point (5069cca)
0.0.22 (2025-12-16)
- Add machine union and exclusion mixins for combining and excluding machine behaviors. (385453d)
0.0.21 (2025-12-16)
- Implement a new type-safe state machine library with actor model and React bindings. (ca89e72)
0.0.20 (2025-12-16)
- Add
createMatcherutility for type-safe pattern matching in state machines with comprehensive documentation and tests. (4afa30c)
0.0.19 (2025-12-16)
- implement advanced pattern matching for state machines (2f0f894)
0.0.18 (2025-12-05)
- Introduce generator-based utilities for imperative state machine composition and control flow. (32bcd9f)
0.0.17 (2025-11-21)
- add GitHub Actions workflow for npm publish and release, and a functional test for createMachine. (871d39a)
0.0.16 (2025-11-21)
0.0.15 (2025-11-20)
0.0.14 (2025-11-20)
- types (a5fb9f6)
0.0.13 (2025-11-17)
- added state (f39c6d2)
0.0.12 (2025-11-17)
- combinators (cb8b41b)
0.0.11 (2025-11-17)
0.0.10 (2025-11-17)
- extract command (69edd38)