Releases: looplab/fsm
Releases · looplab/fsm
v1.0.2 - fix deadlock issue
v1.0.1 - Race fixes
v1.0.0 - Stable API
What's Changed
- fix: typo on comments by @noneback in #74
- Add linter and fix simple linter warnings by @majst01 in #85
- Highlight current state in Graphviz visualizer by @baw-benji in #84
- Add context to Event method, callback handlers and canceling an event by @annismckenzie in #82
- Allow transitions in callbacks by @annismckenzie in #88
- Add ability to delete from fsm metadata by key by @abramlab in #93
New Contributors
- @noneback made their first contribution in #74
- @majst01 made their first contribution in #85
- @baw-benji made their first contribution in #84
- @annismckenzie made their first contribution in #82
- @abramlab made their first contribution in #93
Full Changelog: v0.3.0...v1.0.0
v0.3.0 - Metadata
v0.2.0 - Mermaid visualization
v0.1.0 - First release
This is the first tagged release of FSM!
However the API is not stable yet, which is reflected by the <v1.0 version.