5.0.0 • Published 2 months ago

@boost/event v5.0.0

Weekly downloads
1,433
License
MIT
Repository
github
Last release
2 months ago

Events - Boost

build status npm version

A strict event system with multiple emitter patterns.

import { Event } from '@boost/event';

const event = new Event<[string, number]>('name');

event.listen(listener);
event.emit(['abc', 123]);

Features

  • Isolated event instances for proper type-safety.
  • Supports 4 event types: standard, bail, concurrent, and waterfall.
  • Listener scopes for targeted emits.

Installation

yarn add @boost/event

Documentation

5.0.0

2 months ago

5.0.0-alpha.2

2 months ago

5.0.0-alpha.1

3 months ago

4.0.1

12 months ago

4.0.0

2 years ago

4.0.0-alpha.1

2 years ago

3.0.1

2 years ago

3.0.0

3 years ago

2.3.3

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.2.1

3 years ago

2.2.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0-alpha.2

4 years ago

2.0.0

4 years ago

2.0.0-alpha.1

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-alpha.1

5 years ago

1.0.0-alpha.0

5 years ago