Skip to content

Releases: kitbagjs/events

Release 0.3.0

20 Aug 03:46

Choose a tag to compare

Release 0.3.0 Pre-release
Pre-release

What's Changed

Features

  • Add support for abort signals when calling on and once by @pleek91 in #26
  • Adds count method for counting event handlers by @pleek91 in #29

Docs

Maintenance

  • Organize project and add type tests by @pleek91 in #27

Full Changelog: v0.2.0...v0.3.0

Release 0.2.0

16 Feb 15:30

Choose a tag to compare

Release 0.2.0 Pre-release
Pre-release

What's Changed

Features

  • New "next" method that returns a promise that resolves when the event is emitted by @pleek91 in #24

Maintenance

Full Changelog: 0.1.1...v0.2.0

Release 0.1.1

14 Nov 16:19
84b284f

Choose a tag to compare

Release 0.1.1 Pre-release
Pre-release

What's Changed

  • Add support for emitting events via a BroadcastChannel by @pleek91 in #3
  • global once, other minor changes by @stackoverfloweth in #4
  • remove all handlers by event by @stackoverfloweth in #7
  • Add setOptions method on the emitter to allow changing the options after the emitter is created by @pleek91 in #17
  • Export the GlobalEventHandler and GlobalEvent types by @pleek91 in #20

New Contributors

Full Changelog: v0.0.3...0.1.1

Release 0.0.3

15 Nov 03:16

Choose a tag to compare

Release 0.0.3 Pre-release
Pre-release

What's Changed

  • Add a workflow for running type validation and unit tests on PRs by @pleek91 in #2
  • Add some tests and fix global handlers not being added by @pleek91 in #1

New Contributors

Full Changelog: 0.0.2...v0.0.3

Release 0.0.2

14 Nov 04:18

Choose a tag to compare

Release 0.0.2 Pre-release
Pre-release