Skip to content

Latest commit

 

History

History
166 lines (77 loc) · 6.48 KB

File metadata and controls

166 lines (77 loc) · 6.48 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.0 (2026-02-03)

Features

  • implement referential identity optimization for no-op transitions (8bd7f5a)

1.2.1 (2026-02-03)

Bug Fixes

  • ensure literal tag narrowing in tag.factory (96bc03a)

1.2.0 (2026-02-03)

Features

  • add States ergonomic type utility and tag helpers documentation (dd92071)

1.1.0 (2026-02-03)

Features

  • refine type inference, consolidate architecture, and add submodules (5ccc250)

1.0.3 (2026-01-30)

1.0.2 (2026-01-13)

Bug Fixes

  • normalize machine bindings and context helpers (df42dbc)

1.0.1 (2026-01-13)

⚠ BREAKING CHANGES

  • transitions now read state via this.context and middleware/ensemble helpers no longer call transitions with raw contexts.

Features

  • 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)

⚠ BREAKING CHANGES

  • transitions now read state via this.context and middleware/ensemble helpers no longer call transitions with raw contexts.

Features

  • 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)

Features

  • add Actor Model documentation and React integration entry point (5069cca)

0.0.22 (2025-12-16)

Features

  • Add machine union and exclusion mixins for combining and excluding machine behaviors. (385453d)

0.0.21 (2025-12-16)

Features

  • Implement a new type-safe state machine library with actor model and React bindings. (ca89e72)

0.0.20 (2025-12-16)

Features

  • Add createMatcher utility for type-safe pattern matching in state machines with comprehensive documentation and tests. (4afa30c)

0.0.19 (2025-12-16)

Features

  • implement advanced pattern matching for state machines (2f0f894)

0.0.18 (2025-12-05)

Features

  • Introduce generator-based utilities for imperative state machine composition and control flow. (32bcd9f)

0.0.17 (2025-11-21)

Features

  • 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)

Bug Fixes

0.0.13 (2025-11-17)

Features

0.0.12 (2025-11-17)

Features

0.0.11 (2025-11-17)

0.0.10 (2025-11-17)

Features

0.0.8 (2025-11-17)

0.0.7 (2025-11-14)

0.0.6 (2025-11-14)

0.0.5 (2025-11-14)

0.0.4 (2025-11-14)

0.0.3 (2025-11-14)

0.0.2 (2025-11-14)

0.0.1 (2025-11-14)