Skip to content

Releases: looplab/fsm

v1.0.3 - fix data race, add error wrapping

Choose a tag to compare

@maxekman maxekman released this 07 May 12:11

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2 - fix deadlock issue

Choose a tag to compare

@maxekman maxekman released this 16 May 11:14
b2f0ab5

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

Choose a tag to compare

@maxekman maxekman released this 02 Feb 06:00
e668a85

What's Changed

New Contributors

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

v1.0.0 - Stable API

Choose a tag to compare

@maxekman maxekman released this 11 Dec 11:00
525a1dd

What's Changed

New Contributors

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

v0.3.0 - Metadata

Choose a tag to compare

@maxekman maxekman released this 17 Aug 08:23
41f7966
  • Support for metadata #63
  • mermaid: Use stateDiagram-v2 to beautify state diagram. #65
  • Fix / Use GitHub Actions #66

v0.2.0 - Mermaid visualization

Choose a tag to compare

@maxekman maxekman released this 29 Sep 18:33
7b255ef
  • 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

Choose a tag to compare

@maxekman maxekman released this 16 Jan 16:03

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