Releases: steelbreeze/state.js
Releases · steelbreeze/state.js
v4.1.2
v4.1.1
v4.1.0
v4.0.2
v4.0.1: Removed minified version
Removed minified version
v4.0.0: Version 4
Passes state machine state through to the Effect, Entry and Exit callbacks.
General tidying.
MIT only licensing.
v3.1.7
Updated the example code to make Firefox friendly (occasional builds of Firefox have odd behaviour if a variable named 'history' is used.
Added a 'lite' version with:
- no orthogonal regions
- SimpleState and CompositeState are merged into a single State class
- no requirement for oldie.js
- much smaller code size