Skip to content

5.0.0

Compare
Choose a tag to compare
@lpinca lpinca released this 28 Nov 15:27
· 15 commits to master since this release

Breaking changes

  • The umd directory has been renamed to dist and the eventemitter3.min.js
    bundle to eventemitter3.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).