Emma.js
JavaScript publish-subscribe pattern with dependencies
0.4.1
- Fixed auto fire will only toggle on fire once event
0.4.0
- Update use Emma.js to create more than one instance
- Remove
Evext.has,Evext.getkeepEvext.is
0.3.2
- Add event listener access event object by
thiskeyword
0.3.1
- Fixed sub evext invoke callback when father evext standby(fixed in fired)
0.3.0
- Update wrap in define
- remove
stopPropgation - Fixed distribution data with publish
0.2.0
- Add
stopPropagationto cancel follow-up listeners - Update api name
readytopublish,registertosubscribe,canceltounsubscribe
0.1.0
- Add
optionswhen instantiation to confiure event controller - Add
option.oncemake controller invoke only one time - Add
offcancel depend and undpend as public methods - Add
isFiredandisStandbyas static methods