File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Javascript Finite State Machine (v2.4.0)
22
3- This standalone javascript micro-framework provides a finite state machine for your pleasure.
4-
5- * You can find the [ code here] ( https://github.com/jakesgordon/javascript-state-machine )
6- * You can find a [ description here] ( http://codeincomplete.com/posts/2013/1/26/javascript_state_machine_v2_2_0/ )
7- * You can find a [ working demo here] ( http://codeincomplete.com/posts/2011/8/19/javascript_state_machine_v2/example/ )
3+ A standalone library for finite state machines.
84
95# Download
106
@@ -341,6 +337,18 @@ define a custom `error` handler:
341337
342338See [ RELEASE NOTES] ( https://github.com/jakesgordon/javascript-state-machine/blob/master/RELEASE_NOTES.md ) file.
343339
340+ # Related Links
341+
342+ * You can find the [ code on github] ( https://github.com/jakesgordon/javascript-state-machine )
343+ * You can find a [ working demo here] ( http://codeincomplete.com/posts/2011/8/19/javascript_state_machine_v2/example/ )
344+
345+ * [ v2.3 release announcement] ( http://codeincomplete.com/posts/javascript-state-machine-v2-3-0/ )
346+ * [ v2.2 release announcement] ( http://codeincomplete.com/posts/javascript-state-machine-v2-2-0/ )
347+ * [ v2.1 release announcement] ( http://codeincomplete.com/posts/javascript-state-machine-v2-1-0/ )
348+ * [ v2.0 release announcement] ( http://codeincomplete.com/posts/javascript-state-machine-v2 )
349+ * [ v1.2 release announcement] ( http://codeincomplete.com/posts/javascript-state-machine-v1-2-0 )
350+ * [ v1.0 release announcement] ( http://codeincomplete.com/posts/javascript-state-machine )
351+
344352# License
345353
346354See [ LICENSE] ( https://github.com/jakesgordon/javascript-state-machine/blob/master/LICENSE ) file.
You can’t perform that action at this time.
0 commit comments