File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Javascript Finite State Machine (v2.2.0)
44This standalone javascript micro-framework provides a finite state machine for your pleasure.
55
66 * You can find the [ code here] ( https://github.com/jakesgordon/javascript-state-machine )
7- * You can find a [ description here] ( http://codeincomplete.com/posts/2012 /1/7/javascript_state_machine_v2_1_0 / )
7+ * You can find a [ description here] ( http://codeincomplete.com/posts/2013 /1/26/javascript_state_machine_v2_2_0 / )
88 * You can find a [ working demo here] ( http://codeincomplete.com/posts/2011/8/19/javascript_state_machine_v2/example/ )
99
1010Download
Original file line number Diff line number Diff line change 1- Version 2.2.0 (unreleased )
2- --------------------------
1+ Version 2.2.0 (January 26th 2013 )
2+ ---------------------------------
33
44 * Added optional ` final ` state(s) and ` isFinished() ` helper method (issue #23 )
55 * extended ` fsm.is() ` to accept an array of states (in addition to a single state)
66 * Added generic event callbacks 'onbeforeevent' and 'onafterevent' (issue #28 )
77 * Added generic state callbacks 'onleavestate' and 'onenterstate' (issue #28 )
88 * Fixed 'undefined' event return codes (issue #34 ) - pull from gentooboontoo (thanks!)
99 * Allow async event transition to be cancelled (issue #22 )
10+ * [ read more...] ( http://codeincomplete.com/posts/2013/1/26/javascript_state_machine_v2_2_0/ )
1011
1112Version 2.1.0 (January 7th 2012)
1213--------------------------------
You can’t perform that action at this time.
0 commit comments