2.1.0
- Update devDependencies
- License field is compatible to SPDX
2.0.0
- ES5 shims are no longer part of the distribution
- NPM 3.x compatibility
1.6.0
- Fixes a bug in the UMD module definition
- AMD module is now anonymous
- Add
Function::bindshim to allow for mixing in in non-ES5 environments
1.5.0
- Removed
EventMap.defaultas it interferes with 6to5's interop modes - Update devDependencies
- Add
EventMap.maxListeners
1.4.1
- Fixes
EventMapbeing bound towindow.EventMapwhen neither a AMD loader or a CommonJS environment is present - Add shim for
Object.getPrototypeOf sendercan now be passed in as an option when constructed anEventMapinstance- Fixes #6: Shorthand functions with parameters are correctly handled
1.4.0
- Removes
udefinedependency EventMapinstance only sets a single property to avoid duplicates whenEventMapis being mixed in- Improve ES6 module interopability by returning a default property
- Add
EventMap.mixinto allowEventMapto be mixed in to plain objects and constructors
1.2.1
udefineis not being distributed with EventMap any more
1.2.0
udefinedependency is now being resolved through Bower
1.1.0
sendercan be set with eachtriggerinstead of being set from theEventMapinstance
1.0.0
- Initial release