All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
862 B
862 B
v2.0.1
- Move TargetEventHandlers methods to prototype (#15)
v2.0.0
- Now built with rollup (#8)
- Deprecated
removeEventListenerexport removed (#13) - Passive event listener test is now removed after being added (#11)
- Reduced bundle size impact by replacing a class with a function (#12)
v1.1.1
- Prevent event handlers from being mutated during current iteration.
v1.1.0
- Return an unsubscribe function from
addEventListenerand deprecateremoveEventListener.
v1.0.1
- Fix bug with
handleEvent().
v1.0.0
- Initial release.