backbone-machina
Advanced tools
Changelog
1.1.0 — 2020-02-10
eventListeners
option.'*'
event wildcard as an alternative for Backbone.Event's 'all'
. Both forms can now be used interchangeably.master
branch to production
and the develop
branch to master
.Changelog
1.0.0 — 2018-09-03
Initial release. Included machina.Fsm and Backbone.Events interfaces as well as enter:state and exit:state events. Lacked support for the eventListeners
option, which made it impossible to create hierarchical FSMs.