click-outside
Version:
The inverse of the DOM "click" event
66 lines (43 loc) • 1.29 kB
Markdown
2.0.2 / 2016-06-27
==================
* index: re-add ES6 `export` usage"
2.0.1 / 2016-06-16
==================
* index: revert ES6 `export` usage
2.0.0 / 2016-06-16
==================
* Refactor to use `n8-make` and Babel 6
1.0.4 / 2015-06-17
==================
* dont use browser alias for component-event dep (#2, @Useclark)
1.0.3 / 2015-03-09
==================
* re-publish since 1.0.2 was a bad build…
1.0.2 / 2015-03-09
==================
* package: pin "babel" and "babel-runtime" to v4.7.4
1.0.1 / 2015-02-27
==================
* index: simplify logic using ES6 `Map#forEach()`
* package: allow any "babel" v4
* ignore the `index.js` file
1.0.0 / 2015-02-26
==================
* use a Makefile for ES6 build
* use babel to remove `es6-map` dependency (#1, @coreh)
* use "node-contains" module to simplify code
0.1.0 / 2014-05-28
==================
* test: log `this` and the event object
* index: make `this` be the DOM element reference
0.0.2 / 2014-05-28
==================
* index: optimize Map iterating logic
* index: better JSDoc comments
* add README.md file
0.0.1 / 2014-05-27
==================
* index: remove unused `level` variable
* add .gitignore file
* test: remove console.log() call
* initial commit