Releases: qmuntal/stateless
Releases · qmuntal/stateless
v1.2.4
Merge pull request #25 from qmuntal/error-doc Add error handling documentation
v1.2.3
v1.2.2
v1.2.1
OnTransitioning event for initial transition
v1.2.0
🐛 Bugs
- Avoid calling duplicated
OnEntry
functions when usingInitialTransition
OnTransitioned
in now called after the transition has successfully finished instead of before doing it so the name is honored
⭐ Enhancement
- Add
OnTransitioning
callback which will be called before entering a new state and after callingOnExit
from the previous state.
v1.1.6
🐛 Bug
- Fix line breaks when generating graph containing states with multiple actions
v1.1.5
Update README.md
v1.1.4
v1.1.3
Merge pull request #11 from qmuntal/qmuntal-patch-1 Test go 1.15