Skip to content

Latest commit

 

History

History
209 lines (108 loc) · 6.32 KB

CHANGELOG.md

File metadata and controls

209 lines (108 loc) · 6.32 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.5 (2017-07-16)

Bug Fixes

  • update: add eslintrc and format the codebase (c7162ce)

3.0.4 (2017-04-02)

Bug Fixes

  • .use: allow passing options as second argument (958ed95)

3.0.3 (2017-04-01)

Bug Fixes

  • readme: update plugins list and github tag badge link (c6972dd)

3.0.2 (2017-04-01)

Bug Fixes

3.0.1 (2017-04-01)

Bug Fixes

  • ci: move to CircleCI, instead of TravisCI (17bd948)
  • index: make detection "sourceString" more private (7d6c4e2)
  • readme: add list of plugins (5b1fa43)
  • readme: include ToC (af1bc04)
  • readme: update boilerplate (e9321a2)

3.0.0 (2017-03-19)

Bug Fixes

  • all: rename ".all" to "._allEvents" (d760ecd)
  • docs: update docs for rename change (029b8d3)
  • docs: update example for the "._allEvents" (54910c3)

BREAKING CHANGES

  • all: rename ".all" to "._allEvents"

2.2.0 (2017-03-19)

Bug Fixes

  • app.all: tweaks, ensure refereces (36e4c9e)
  • exports: fix es bundle (fec33b9)
  • off/once: better .off and .once methods (f5cbef1), closes #8 #9

Features

  • context: context of listener is now the listener (923391d)
  • off: allow removing all listeners of all events (095140f)

2.1.2 (2017-03-17)

Bug Fixes

  • args: support to emit any number of arguments (84b7e9a)
  • this: update tests; listeners should not have "this" context (534f7a3)

2.1.1 (2017-03-13)

Bug Fixes

  • plugins: allow plugin to return (4b0936e)

2.1.0 (2017-03-12)

Bug Fixes

  • docs: fix docs for on/off/once methods (a21d6b5), closes #4
  • package: update description (0175302)
  • readme: typo (dc6dd4a)
  • readme: update highlights section (a1b2fd8)
  • support: make it work on 0.10 and 0.12 (484f3a0)
  • wildcard: should not allow emitting the wildcard (8bdbe13), closes #5

Features

  • plugins: introduce plugins architecture (e9ac70b), closes #3

2.0.2 (2017-03-11)

Bug Fixes

  • highlights: add meaning and pronunciation (b2052ae)

2.0.1 (2017-03-11)

Bug Fixes

  • docs: update api examples and provide JSBin examples (d631a35)

2.0.0 (2017-03-10)

Bug Fixes

Code Refactoring

  • update: make it really minimal - 340bytes; boilerplate stuff (a97713e)

BREAKING CHANGES

  • update: Not based on DOM, so works on Node too; Has .on, .off, .once and .emit methods; support chaining and emitting multiple params (maximum 3)

1.3.0 - 2015-08-17

  • Release v1.3.0 / npm@v1.3.0
  • renamce LICENSE.md
  • add files field in package.json
  • fix that it listens outside of given element

1.2.0 - 2015-08-05

  • Release v1.2.0 / npm@v1.2.0
  • forgot to run npm run build to bundle and minify

1.1.0 - 2015-08-05

  • Release v1.1.0 / npm@v1.1.0
  • update readme
  • update features list
  • update descriptions
  • prepare CDNjs
  • add one more test
  • add test for mixin method
  • add Dush.mixin example
  • fix mixin method

1.0.0 - 2015-08-01

  • Release v1.0.0 / npm@v1.0.0
  • add related section
  • update readme
  • change deps badge
  • codeclimate index.js
  • save more bytes
  • 👏 implement

0.0.0 - 2015-08-01

  • first commits