fsm

Finite State Machine for Go

APACHE-2.0 License

Stars
2.8K
Committers
23

Bot releases are hidden (Show)

fsm - v1.0.2 - fix deadlock issue Latest Release

Published by maxekman 5 months ago

What's Changed

New Contributors

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

fsm - v1.0.1 - Race fixes

Published by maxekman over 1 year ago

What's Changed

New Contributors

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

fsm - v1.0.0 - Stable API

Published by maxekman almost 2 years ago

What's Changed

New Contributors

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

fsm - v0.3.0 - Metadata

Published by maxekman about 3 years ago

  • Support for metadata #63
  • mermaid: Use stateDiagram-v2 to beautify state diagram. #65
  • Fix / Use GitHub Actions #66
fsm - v0.2.0 - Mermaid visualization

Published by maxekman about 4 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
fsm - v0.1.0 - First release

Published by maxekman almost 6 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.