Javascript State Machine v2.4.0 Release Notes

Release Date: 2016-11-20 // over 7 years ago
    • added npm install instructions to readme
    • fix for javascript error when running in jasmine/node (issue #88)
    • exclude build files from bower install (pull request #75)
    • ensure WILDCARD events are included in list of available transitions() (issue #93)
    • fix FSM getting stuck into "*" state when using double wildcard (issue #64)
    • function (fsm.states) returning list of all available states in the machine would help automated testing (issue #54)
    • state machine hides callback exceptions (issue #62)
    • replaced (dev dependency) YUI compressor with uglify-js for building minified version