All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.1.1 (2024-05-16)
- include src in npm pkg (afcb7f8)
3.1.0 (2024-05-16)
- delete npm lock file (8f9cbc7)
3.0.5 (2017-07-16)
- update: add eslintrc and format the codebase (c7162ce)
3.0.4 (2017-04-02)
- .use: allow passing options as second argument (958ed95)
3.0.3 (2017-04-01)
- readme: update plugins list and github tag badge link (c6972dd)
3.0.2 (2017-04-01)
- ci: add appveyor-retry (6cb8ec0)
3.0.1 (2017-04-01)
- 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)
- all: rename ".all" to "._allEvents" (d760ecd)
- docs: update docs for rename change (029b8d3)
- docs: update example for the "._allEvents" (54910c3)
- all: rename ".all" to "._allEvents"
2.2.0 (2017-03-19)
- app.all: tweaks, ensure refereces (36e4c9e)
- exports: fix es bundle (fec33b9)
- off/once: better .off and .once methods (f5cbef1), closes #8 #9
- context: context of listener is now the listener (923391d)
- off: allow removing all listeners of all events (095140f)
2.1.2 (2017-03-17)
- 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)
- plugins: allow plugin to return (4b0936e)
2.1.0 (2017-03-12)
- 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
2.0.2 (2017-03-11)
- highlights: add meaning and pronunciation (b2052ae)
2.0.1 (2017-03-11)
- docs: update api examples and provide JSBin examples (d631a35)
2.0.0 (2017-03-10)
- index: tweak (25668b6)
- update: make it really minimal - 340bytes; boilerplate stuff (a97713e)
- 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)
- Release v1.3.0 / [email protected]
- renamce LICENSE.md
- add
files
field in package.json - fix that it listens outside of given element
- Release v1.2.0 / [email protected]
- forgot to run
npm run build
to bundle and minify
- Release v1.1.0 / [email protected]
- 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
- Release v1.0.0 / [email protected]
- add related section
- update readme
- change deps badge
- codeclimate index.js
- save more bytes
- 👏 implement
- first commits