v4.0.0
The notable change is that this package gets including the TypeScript type definition 🎉
💥 Breaking changes
- 9557cbd dropped Node.js 4.x support. It has been EOL since April 2017.
- 66429d0 added the TypeScript type definition. It might be impact for people is using this package with TypeScript.
- 91df0db removed the undocumented return values from
EventTarget#addEventListener
andEventTarget#removeEventListener
.
✨ Enhancements
- ff21937 added some lacking members to our
Event
wrapper:srcElement
,cancelBubble
,returnValue
, andinitEvent
. Those exist for historical reason.