Skip to content

Releases: foxifyjs/events

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Jan 17:23
d04c1d1

Chores

Continuous Integration

Dependencies

New Features

  • TypeScript:

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 19 Jun 19:43

Chores

Continuous Integration

Dependencies

Performance Improvements

  • Improve performance for most common cases (800560ab)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Dec 22:04

Chores

Continuous Integration

Performance Improvements

  • Improve overall performance (6e23b144)

Tests

v1.1.4

Choose a tag to compare

@ardalanamini ardalanamini released this 22 May 13:38
  • 🪲 Fixed a bug related to extending on and off methods through addListener and removeListener.

v1.1.3

Choose a tag to compare

@ardalanamini ardalanamini released this 13 Apr 07:27
  • 🪲 Fixed a bug related to extended (with & instead of extends) strict events.

v1.1.2

Choose a tag to compare

@ardalanamini ardalanamini released this 12 Apr 13:46
  • 🌟 Added Ability to define strict events.

v1.1.1

Choose a tag to compare

@ardalanamini ardalanamini released this 10 Apr 09:06
  • 🌟 Minimize code for browsers.

v1.1.0

Choose a tag to compare

@ardalanamini ardalanamini released this 04 Apr 05:38
  • ⚡ Now we throw an error when you emit an error event and nobody is listening.

v1.0.0

Choose a tag to compare

@ardalanamini ardalanamini released this 23 Mar 20:53
  • 🎉 First Release