Releases: piratuks/typescript-event-emitter
Releases · piratuks/typescript-event-emitter
2.0.3
Introduction of new features
- Custom separator per listener and Global configs:
- ability to set custom separator per listener which would override global separator dedicated for listeners.
- ability to change global separator which is used for listeners where separator is not provided.
- Concurrency:
- Limits the number of concurrent executions for listeners, ensuring efficient handling of multiple events at once.