Skip to content
JavaScript publish-subscribe pattern with dependencies.
JavaScript HTML
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
dist
src
test
.gitignore
Gruntfile.js
LICENSE
README.md
bower.json
package.json

README.md

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.get keep Evext.is

0.3.2

  • Add event listener access event object by this keyword

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 stopPropagation to cancel follow-up listeners
  • Update api name ready to publish, register to subscribe, cancel to unsubscribe

0.1.0

  • Add options when instantiation to confiure event controller
  • Add option.once make controller invoke only one time
  • Add off cancel depend and undpend as public methods
  • Add isFired and isStandby as static methods
Something went wrong with that request. Please try again.