» Version | » Information |
---|---|
1.4.0 |
Easy InstallNot sure? Get more info. pear install FSM-1.4.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/FSM-1.4.0 Release date: 2015-06-01 06:14 UTC Release state: stable Release uploaded by: jon Changelog: - Pass $payload by reference when mutating. - Defer updating state until after transitioning. - Pass the current and next states to callbacks. Dependencies:
|
1.3.1 |
Easy InstallNot sure? Get more info. pear install FSM-1.3.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/FSM-1.3.1 Release date: 2011-02-16 05:56 UTC Release state: stable Release uploaded by: jon Changelog: Added FSM::getCurrentState(), for returning the machine's current state. Dependencies:
|
1.3.0 |
Easy InstallNot sure? Get more info. pear install FSM-1.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/FSM-1.3.0 Release date: 2008-02-10 17:47 UTC Release state: stable Release uploaded by: jon Changelog: Added a GraphViz-based renderer for plotting a machine's states. (Request 12475) Dependencies:
|
1.2.5 |
Easy InstallNot sure? Get more info. pear install FSM-1.2.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/FSM-1.2.5 Release date: 2007-12-09 18:27 UTC Release state: stable Release uploaded by: jon Changelog: - Updated the package to use package.xml 2.0 exclusively. - Cleaned up the user documentation a bit. Dependencies:
|
1.2.4 |
Easy InstallNot sure? Get more info. pear install FSM-1.2.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/FSM-1.2.4 Release date: 2006-04-19 01:45 UTC Release state: stable Release uploaded by: jon Changelog: - Added addTransitionsArray() for adding an array of transitions to the machine. (Request #7338) Dependencies:
|
1.2.3 |
Easy InstallNot sure? Get more info. pear install FSM-1.2.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/FSM-1.2.3 Release date: 2006-01-19 01:41 UTC Release state: stable Release uploaded by: jon Changelog: - Upgraded to package.xml version 2 (via package2.xml). - Relicensed the package under the MIT license. Dependencies:
|
1.2.2 |
Easy InstallNot sure? Get more info. pear install FSM-1.2.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/FSM-1.2.2 Release date: 2005-01-08 17:50 UTC Release state: stable Release uploaded by: jon Changelog: Small documentation and code cleanups. setDefaultTransition() was incorrectly removing default transitions. |
1.2.1 |
Easy InstallNot sure? Get more info. pear install FSM-1.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/FSM-1.2.1 Release date: 2003-10-03 07:54 UTC Release state: stable Release uploaded by: jon Changelog: Fixing another bug related to passing the payload by reference. |
1.2.0 |
Easy InstallNot sure? Get more info. pear install FSM-1.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/FSM-1.2.0 Release date: 2003-09-30 17:37 UTC Release state: stable Release uploaded by: jon Changelog: Fixing the call-time pass-by-reference issues with Zend Engine 2. |
1.1.0 |
Easy InstallNot sure? Get more info. pear install FSM-1.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/FSM-1.1.0 Release date: 2002-12-29 21:58 UTC Release state: stable Release uploaded by: jon Changelog: Callback functions may optionally return the name of a new state. |
1.0.0 |
Easy InstallNot sure? Get more info. pear install FSM-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/FSM-1.0.0 Release date: 2002-11-16 20:47 UTC Release state: stable Release uploaded by: jon Changelog: - Initial release of the FSM package. |