Releases: eliseomartelli/Micromachine
Releases · eliseomartelli/Micromachine
v1.2.1
What's Changed
- refactor(statemachine): improve error message for invalid state transitions by @eliseomartelli in #6
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- feat(examples/order): add order processing example by @eliseomartelli in #1
- feat: add method to retrieve valid transitions by @eliseomartelli in #5
New Contributors
- @eliseomartelli made their first contribution in #1
Full Changelog: v1.1.0...v1.2.0
v1.1.0
refactor(micromachine): update struct and method names for broader reuse
- Renamed
micromachine
toMicromachine
to allow usage outside this module. - Updated related methods to match the new struct name.
v1.0.0
Initial release of Micromachine