5.0.0
Breaking changes
- The
umd
directory has been renamed todist
and theeventemitter3.min.js
bundle toeventemitter3.umd.min.js
(#252). - Importing the module with the TypeScript-specific
import EventEmitter = require('eventemitter3')
syntax is no longer
supported (#252).
Features
- Added ESM support (#252).