Files
coopgo/node_modules/consolidated-events/CHANGELOG.md
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

862 B

v2.0.1

  • Move TargetEventHandlers methods to prototype (#15)

v2.0.0

  • Now built with rollup (#8)
  • Deprecated removeEventListener export 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 addEventListener and deprecate removeEventListener.

v1.0.1

  • Fix bug with handleEvent().

v1.0.0

  • Initial release.