Current section

Files

Jump to
xfsm CHANGELOG.md
Raw

CHANGELOG.md

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v0.2.0](https://github.com/heywhy/xfsm/compare/v0.1.2...v0.2.0) (2025-03-24)
### Features:
* support eventless transitions
## [v0.1.2](https://github.com/heywhy/xfsm/compare/v0.1.1...v0.1.2) (2025-03-24)
### Bug Fixes:
* remove alias in method generation
## [v0.1.1](https://github.com/heywhy/xfsm/compare/v0.1.0...v0.1.1) (2025-03-24)
## [v0.1.0](https://github.com/heywhy/xfsm/compare/v0.1.0...v0.1.0) (2025-03-24)
### Features:
* implement cancel action for delayed events
* implement built-in actions
* introduce actor support for machines
* pass input to context function
* support guards, actions & transitions