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
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
Version 2.0.0 (unreleased)
3
3
--------------------------
4
4
5
+
* adding support for asynchronous state transitions (see README).
5
6
* consistent arguments for ALL callbacks, first 3 args are ALWAYS event name, from state and to state, followed by whatever arguments the user passed to the original event method.
6
-
* adding support for asynchronous state transitions (see README)
7
-
* added a generic `onchangestate(event,from,to)` callback to detect all state changes with a single function
7
+
* added a generic `onchangestate(event,from,to)` callback to detect all state changes with a single function.
0 commit comments