Skip to content

Releases: looplab/fsm

v1.0.2 - fix deadlock issue

16 May 11:14
b2f0ab5
Compare
Choose a tag to compare

What's Changed

  • Deadlock calling Event in after-event callback when current state == dst by @kuzmig in #104

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1 - Race fixes

02 Feb 06:00
e668a85
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - Stable API

11 Dec 11:00
525a1dd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v1.0.0

v0.3.0 - Metadata

17 Aug 08:23
41f7966
Compare
Choose a tag to compare
  • Support for metadata #63
  • mermaid: Use stateDiagram-v2 to beautify state diagram. #65
  • Fix / Use GitHub Actions #66

v0.2.0 - Mermaid visualization

29 Sep 18:33
7b255ef
Compare
Choose a tag to compare
  • 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 - First release

16 Jan 16:03
Compare
Choose a tag to compare

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