Skip to content

Releases: primus/eventemitter3

5.0.4

19 Jan 15:06

Choose a tag to compare

Bug fixes

  • Restored TypeScript type definitions to their pre-5.0.2 state (92fb3c6,
    71ab64b).

5.0.3

19 Jan 13:42

Choose a tag to compare

Bug fixes

  • Fixed TypeScript type definitions (#282).

5.0.2

19 Jan 10:20

Choose a tag to compare

Bug fixes

  • Fixed type definitions for ESM import (#279).

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