Skip to content

Releases: piratuks/typescript-event-emitter

2.0.3

11 Dec 19:03
7ea0a81
Compare
Choose a tag to compare

Introduction of new features

  1. 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.
  2. Concurrency:
    • Limits the number of concurrent executions for listeners, ensuring efficient handling of multiple events at once.

2.0.2

16 Feb 06:27
5a3a6da
Compare
Choose a tag to compare
  1. Republished 2.0.1 build as it was published without a build

2.0.1

19 Jan 11:24
Compare
Choose a tag to compare
  1. Package update / documentation update

2.0.0

11 Dec 22:51
6323ea9
Compare
Choose a tag to compare
  1. Custom separator per listener and Global configs

1.0.9

11 Dec 06:35
6323ea9
Compare
Choose a tag to compare

Initial release with the following functionality

  1. Throttling and Debouncing
  2. Wildcard Listeners
  3. Namespace Support
  4. Priority Queue
  5. Event Filtering
  6. Async/Await Pattern
  7. Global Event Bus Integration
  8. Error Handling