5.0.0 • Published 1 year ago

@boost/event v5.0.0

Weekly downloads
1,433
License
MIT
Repository
github
Last release
1 year 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

1 year ago

5.0.0-alpha.2

1 year ago

5.0.0-alpha.1

1 year ago

4.0.1

2 years ago

4.0.0

3 years ago

4.0.0-alpha.1

3 years ago

3.0.1

3 years ago

3.0.0

4 years ago

2.3.3

4 years ago

2.3.2

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0-alpha.2

5 years ago

2.0.0

5 years ago

2.0.0-alpha.1

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-alpha.1

6 years ago

1.0.0-alpha.0

6 years ago