Skip to content

v4.0.0

Compare
Choose a tag to compare
@mysticatea mysticatea released this 01 Dec 13:50
· 38 commits to master since this release
v4.0.0
a6c10d0

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 and EventTarget#removeEventListener.

✨ Enhancements

  • ff21937 added some lacking members to our Event wrapper: srcElement, cancelBubble, returnValue, and initEvent. Those exist for historical reason.