@graphql-yoga/typed-event-target
3.0.2
Patch Changes
- #3660
d4cbae1
Thanks @renovate ! - dependencies updates:- Updated dependency
tslib@^2.8.1
↗︎ (from^2.5.2
, independencies
)
- Updated dependency
3.0.1
Patch Changes
- #3532
57e7701
Thanks @ardatan ! - Improve typings forTypedEventTarget<TEvent>
, soaddEventListener
andremoveEventListener
methods now expecttype
to be thetype
property ofTEvent
, anddispatchEvent
expects to getTEvent
.
3.0.0
Major Changes
- #3063
01430e03
Thanks @EmrysMyrddin ! - Breaking Change: Drop support of Node.js 16
2.0.0
Major Changes
-
#2767
4228c1d5
Thanks @renovate ! - Drop support for Node.js 14. Require Node.js>=16
. -
#2767
4228c1d5
Thanks @renovate ! - Events without an event payload will now always havenull
as the event payload instead ofundefined
.
1.0.0
Major Changes
- #1761
b2407c6a
Thanks @ardatan ! - - DropTypedEvent
in favor ofCustomEvent
- Use
@whatwg-node/events
as a ponyfill instead of@whatwg-node/fetch
- Use
1.0.0-next.0
Major Changes
-
#1761
b2407c6a
Thanks @ardatan ! - BREAKING:- Drop
TypedEvent
in favor ofCustomEvent
- Use
@whatwg-node/events
as a ponyfill instead of@whatwg-node/fetch
- Drop
0.1.1
Patch Changes
- eecf24c: Fix CommonJS TypeScript resolution with
moduleResolution
node16
ornodenext
0.1.0
Minor Changes
- d024757: Initial release of this package. It contains an EventTarget implementation with generic typings.