Craftedbygc E Versions Save

A library which combines a eventBus/emitter, DOM events management, delegated events, and event-based utils into a single lightweight and performant library.

2.4.0

6 months ago

Refactor the eventBus to use native Set object.

2.3.0

1 year ago

Added a new hasBus method for easier debugging.

2.2.3

1 year ago

blur and focus events are now able to be delegated

2.2.2

2 years ago

2.2.1

2 years ago

Dropped IE11!

1.10.1

2 years ago

Bug fix

1.10.0

2 years ago

1.7.1

3 years ago

1.5.1

4 years ago

Patched an issue with off and bus events.

1.5.0

4 years ago

You can now on/off multiple events at once using jQuery like syntax:

E.on('focus click', el, callback)

mouseenter and mouseleave delegated support is now much better as well.