- Feature: Fixed trigger order (@garex)
- Bugfix: Return correct context from trigger and unbind (@vojtechkral)
- Feature: Prevent multiple bindings of same listener for an event (@sirflo)
- Feature: Made chainable (@michaelrhodes)
- Added node-style aliases (@michaelrhodes)
- Bugfix: Fixed AMD detection (@whiteinge)
- Bugfix: Fixed issues under >IE9 (@nazomikan)
- Feature: Added support for AMD and CommonJS (@KenPowers)
- Bugfix: fix global leak for num var (@travishorn)
- Feature: Added on/off aliases for bind/unbind
- Patch: More performance tweaks (@scarsick, @rk)
- Feature: Added one call (@mkuklis)
- Patch: Added support for the ONE-bound callbacks passing arguments to the event handler. (@rk)
- Feature: Added support for binding one callback to multiple events (@rk)
- Bugfix: All instances of a same 'class' are sharing the same events collection
- Bugfix: Gixing issues under Safari
- Bugfix: All callbacks were sharing the same 'events' object