You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated to version 0.9.4
Bugfixes:
- corrected handling of internal transition.
- checks all transition attributes properly
- does nothing when the internal transision has been defined ambiguously
- added tests for that case
transitions between arbitrary states are now supported. This caused a…
… slight API change, where it makes sense that all callbacks get the source and target states for the current transition (since they can no longer be known implicitly). While doing this, the 'next' property of handlers was renamed 'target' for consistency.