Skip to content

Releases: primus/eventemitter3

5.0.1

30 Apr 19:45

Choose a tag to compare

Bug fixes

  • Moved the types condition to the top (#258).

5.0.0

28 Nov 15:27

Choose a tag to compare

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).

4.0.7

27 Aug 09:12

Choose a tag to compare

Bug fixes

  • Refined types to improve extends behavior (#234).

4.0.6

25 Aug 17:05

Choose a tag to compare

Bug fixes

  • Fixed TypeScript type definitions (#232).

4.0.5

22 Aug 09:23

Choose a tag to compare

Bug fixes

  • Fixed TypeScript type definitions (#231).

4.0.4

12 May 11:24

Choose a tag to compare

Bug fixes

  • Fixed compatibility with TypeScript 3.9 (#226).

4.0.3

11 May 14:06

Choose a tag to compare

Bug fixes

  • Fixed regressions introduced in version 4.0.1 and 4.0.2 (#224).

4.0.2

11 May 13:45

Choose a tag to compare

Bug fixes

  • Fixed regressions introduced in version 4.0.1 (#223).

4.0.1

10 May 17:42

Choose a tag to compare

Bug fixes

  • Improved TypeScript type definitions (#219).

4.0.0

19 Jun 13:32

Choose a tag to compare

Breaking changes

  • TypeScript type definitions now require TypeScript 3.