UNPKG

event-state

Version:

simple event based state machine for js, written mostly for monument and action

50 lines (28 loc) 1.43 kB
### - 1.3.5 *10/1/2015, 11:13:49 PM* - Merge pull request #13 from ansble/feature/update-and-test - Bumps the required test coverage to 100% - Added tests to wrap up the full test coverage - Updated dev dependencies and added in Istanbul - Breaks out listener selection and some other work - Starts the update ### - 0.3.5 *4/21/2015, 12:07:32 PM* - Merge pull request #12 from ansble/feature/reveal - revealed some internals for user consumption - added the ability to see what events are in a required and what their status is ### - 0.3.4 *3/31/2015, 6:58:54 AM* - fixing line breaks ### - 0.3.3 *3/31/2015, 6:57:27 AM* - adding badges ### - 0.3.2 *3/31/2015, 6:51:57 AM* - Merge pull request #11 from uniqname/master - updated docs - Adds ability to dynamically add multiple events at once to the event state machine ### - 0.2.4 *2/24/2015, 2:41:00 PM* - tweaked the readme with a note about canceling ### - 0.2.3 *2/24/2015, 2:39:03 PM* - Merge pull request #9 from ansble/feature/cancel - tweaked the jshintrc - added lots of comments and cleaned up some code... - added more tests and getting better coverage - working on #19 making good progress and have the test at least partially updated. Still have a few test cases to author and some more work to do to get all the way there - added .jshintrc and the ability to have a required state happen more then once