Fsm Versions Save

Finite State Machine for Go

v1.0.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/looplab/fsm/compare/v1.0.0...v1.0.1

v1.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/looplab/fsm/compare/v0.3.0...v1.0.0

v0.3.0

2 years ago
  • Support for metadata #63
  • mermaid: Use stateDiagram-v2 to beautify state diagram. #65
  • Fix / Use GitHub Actions #66

v0.2.0

3 years ago
  • Add mermaid graph output #50 #54 #56
  • Fix mutex unlock error on callback panic #55
  • Bump to Go 1.13 #51
  • Fix doc typo #58
  • Fix to use ReplaceAll #52

v0.1.0

5 years ago

This is the first tagged release of FSM! However the API is not stable yet, which is reflected by the <v1.0 version.