@graphql-yoga/typed-event-target
3.0.2
Patch Changes
- #3660
d4cbae1Thanks @renovate ! - dependencies updates:- Updated dependency
tslib@^2.8.1↗︎ (from^2.5.2, independencies)
- Updated dependency
3.0.1
Patch Changes
- #3532
57e7701Thanks @ardatan ! - Improve typings forTypedEventTarget<TEvent>, soaddEventListenerandremoveEventListenermethods now expecttypeto be thetypeproperty ofTEvent, anddispatchEventexpects to getTEvent.
3.0.0
Major Changes
- #3063
01430e03Thanks @EmrysMyrddin ! - Breaking Change: Drop support of Node.js 16
2.0.0
Major Changes
-
#2767
4228c1d5Thanks @renovate ! - Drop support for Node.js 14. Require Node.js>=16. -
#2767
4228c1d5Thanks @renovate ! - Events without an event payload will now always havenullas the event payload instead ofundefined.
1.0.0
Major Changes
- #1761
b2407c6aThanks @ardatan ! - - DropTypedEventin favor ofCustomEvent- Use
@whatwg-node/eventsas a ponyfill instead of@whatwg-node/fetch
- Use
1.0.0-next.0
Major Changes
-
#1761
b2407c6aThanks @ardatan ! - BREAKING:- Drop
TypedEventin favor ofCustomEvent - Use
@whatwg-node/eventsas a ponyfill instead of@whatwg-node/fetch
- Drop
0.1.1
Patch Changes
- eecf24c: Fix CommonJS TypeScript resolution with
moduleResolutionnode16ornodenext
0.1.0
Minor Changes
- d024757: Initial release of this package. It contains an EventTarget implementation with generic typings.