Skip to Content
Yoga
ChangelogsEvent Targettyped-event-target

@graphql-yoga/typed-event-target

3.0.2

Patch Changes

3.0.1

Patch Changes

  • #3532 57e7701 Thanks @ardatan! - Improve typings for TypedEventTarget<TEvent>, so addEventListener and removeEventListener methods now expect type to be the type property of TEvent, and dispatchEvent expects to get TEvent.

3.0.0

Major Changes

2.0.0

Major Changes

1.0.0

Major Changes

1.0.0-next.0

Major Changes

0.1.1

Patch Changes

  • eecf24c: Fix CommonJS TypeScript resolution with moduleResolution node16 or nodenext

0.1.0

Minor Changes

  • d024757: Initial release of this package. It contains an EventTarget implementation with generic typings.