Skip to content

Releases: qmuntal/stateless

v1.2.4

14 May 08:59
624435d
Compare
Choose a tag to compare
Merge pull request #25 from qmuntal/error-doc

Add error handling documentation

v1.2.3

14 Apr 17:48
e166aa0
Compare
Choose a tag to compare

🐛 Bugs

  • Fix initial transition with multiple sub states #19 from @okhowang

v1.2.2

14 Apr 07:53
6e7b011
Compare
Choose a tag to compare

🐛 Bugs

v1.2.1

19 Jan 10:49
Compare
Choose a tag to compare
OnTransitioning event for initial transition

v1.2.0

08 Jan 11:50
Compare
Choose a tag to compare

🐛 Bugs

  • Avoid calling duplicated OnEntry functions when using InitialTransition
  • 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 calling OnExit from the previous state.

v1.1.6

07 Jan 09:18
Compare
Choose a tag to compare

🐛 Bug

  • Fix line breaks when generating graph containing states with multiple actions

v1.1.5

20 Oct 13:41
d80a01f
Compare
Choose a tag to compare
Update README.md

v1.1.4

14 Sep 09:03
a2cfe53
Compare
Choose a tag to compare

🐛 Bug fixes

  • #12 - Fix race condition when concurrently firing trigger from within an entry callback

v1.1.3

12 Aug 12:51
3ead642
Compare
Choose a tag to compare
Merge pull request #11 from qmuntal/qmuntal-patch-1

Test go 1.15

v1.1.2

22 Jun 20:45
f6fdd40
Compare
Choose a tag to compare

⭐️ Enhancements

  • #10 Initial transition marker