Releases: foxifyjs/events
Releases · foxifyjs/events
v2.1.0
v2.0.1
v2.0.0
Chores
- Improve benchmarks output (6c42b240)
- Improve benchmarks command (f64454d4)
- Dependencies:
- Git:
- Update .gitignore (0b0c72eb)
- License:
- Update License (fac9bbad)
- Prettier:
- Update prettier config (5134f453)
- TypeScript:
- Improve types (6e4b64fd)
Continuous Integration
Performance Improvements
- Improve overall performance (6e23b144)
Tests
- Improve test coverage (c2cb9b10)
v1.1.4
- 🪲 Fixed a bug related to extending
on
andoff
methods throughaddListener
andremoveListener
.
v1.1.3
- 🪲 Fixed a bug related to extended (with
&
instead ofextends
) strict events.
v1.1.2
- 🌟 Added Ability to define strict events.
v1.1.1
- 🌟 Minimize code for browsers.
v1.1.0
- ⚡ Now we
throw
an error when you emit anerror
event and nobody is listening.
v1.0.0
- 🎉 First Release