Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bemquery-dom-events

BEMQuery18MIT0.1.6

BEMQuery dom events module

BEM, BEMQuery, DOM, events

readme

bemquery-dom-events

Build Status · Dependency Status · devDependency Status · Known Vulnerabilities ·Package quality · npm version · Bower version · codecov

Simple module for handling DOM events.


Installation

You can install this package from npm:

npm install bemquery-dom-events [--save]

You can also install it from bower:

bower install bemquery-dom-events

Documentation

Docs are available at http://bemquery.github.io/bemquery-dom-events

changelog

bemquery-dom-events Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog

and this project adheres to Semantic Versioning.

0.1.6 – 2017-01-27

Added

  • Minification of ES6 code using Babili.

0.1.5 – 2016-09-17

Added

  • Ability to install package via Bower.

0.1.4 – 2016-08-08

Fixed

  • Fixed broken build.

0.1.3 – 2016-08-08

Changed

  • Updated boilerplate.

Fixed

  • Fixed changelog.

0.1.2 – 2016-07-10

Changed

  • Updated CI configuration.
  • Updated dependencies.

0.1.1 – 2016-06-25

Changed

  • Updated rollup configuration.
  • Updated dependencies.

Fixed

  • Fixed issues with building.
  • Fixed wrong project name in documentation.

0.1.0 – 2016-05-08

Changed

0.0.1 – 2016-04-30

Added

  • First working version, yay!
  • Added BEMQuery.prototype.on and BEMQuery.prototype.off.
  • Added ListenersStorage class.