Skip to content

Releases: eliseomartelli/Micromachine

v1.2.1

18 Feb 21:58
907fda9
Compare
Choose a tag to compare

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

18 Feb 21:29
8d57afa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

18 Feb 19:18
4d0af44
Compare
Choose a tag to compare

refactor(micromachine): update struct and method names for broader reuse

  • Renamed micromachine to Micromachine to allow usage outside this module.
  • Updated related methods to match the new struct name.

v1.0.0

18 Feb 18:10
8dabc05
Compare
Choose a tag to compare

Initial release of Micromachine