- index: re-add ES6
export
usage"
- index: revert ES6
export
usage
- Refactor to use
n8-make
and Babel 6
- dont use browser alias for component-event dep (#2, @Useclark)
- re-publish since 1.0.2 was a bad build…
- package: pin "babel" and "babel-runtime" to v4.7.4
- index: simplify logic using ES6
Map#forEach()
- package: allow any "babel" v4
- ignore the
index.js
file
- use a Makefile for ES6 build
- use babel to remove
es6-map
dependency (#1, @coreh) - use "node-contains" module to simplify code
- test: log
this
and the event object - index: make
this
be the DOM element reference
- index: optimize Map iterating logic
- index: better JSDoc comments
- add README.md file
- index: remove unused
level
variable - add .gitignore file
- test: remove console.log() call
- initial commit