Skip to content

Releases: foxifyjs/events

v2.1.0

22 Jan 17:23
d04c1d1

Choose a tag to compare

Chores

Continuous Integration

Dependencies

New Features

  • TypeScript:

v2.0.1

19 Jun 19:43

Choose a tag to compare

Chores

Continuous Integration

Dependencies

Performance Improvements

  • Improve performance for most common cases (800560ab)

v2.0.0

05 Dec 22:04

Choose a tag to compare

Chores

Continuous Integration

Performance Improvements

  • Improve overall performance (6e23b144)

Tests

v1.1.4

22 May 13:38

Choose a tag to compare

  • 🪲 Fixed a bug related to extending on and off methods through addListener and removeListener.

v1.1.3

13 Apr 07:27

Choose a tag to compare

  • 🪲 Fixed a bug related to extended (with & instead of extends) strict events.

v1.1.2

12 Apr 13:46

Choose a tag to compare

  • 🌟 Added Ability to define strict events.

v1.1.1

10 Apr 09:06

Choose a tag to compare

  • 🌟 Minimize code for browsers.

v1.1.0

04 Apr 05:38

Choose a tag to compare

  • ⚡ Now we throw an error when you emit an error event and nobody is listening.

v1.0.0

23 Mar 20:53

Choose a tag to compare

  • 🎉 First Release