PEAR-News ::
FSM 1.3.1
Added FSM::getCurrentState(), for returning the machine's current state.
[ more >> ]
FSM 1.3.0
Added a GraphViz-based renderer for plotting a machine's states. (Request 12475)
[ more >> ]
FSM 1.2.5
- Updated the package to use package.xml 2.0 exclusively.<br />
- Cleaned up the user documentation a bit.
[ more >> ]
FSM 1.2.4
- Added addTransitionsArray() for adding an array of transitions to the machine. (Request #7338)
[ more >> ]
FSM 1.2.3
- Upgraded to package.xml version 2 (via package2.xml).<br />
- Relicensed the package under the MIT license.
[ more >> ]
FSM 1.2.2
Small documentation and code cleanups.<br />
setDefaultTransition() was incorrectly removing default transitions.
[ more >> ]
FSM 1.2.1
Fixing another bug related to passing the payload by reference.
[ more >> ]
FSM 1.2.0
Fixing the call-time pass-by-reference issues with Zend Engine 2.
[ more >> ]
FSM 1.1.0
Callback functions may optionally return the name of a new state.
[ more >> ]
FSM 1.0.0
- Initial release of the FSM package.
[ more >> ]
|