graphql-subscriptions
Advanced tools
Changelog
3.0.0
iterall
use with native Symbol.asyncIterator
. PubSubEngine.asyncIterator
is now PubSubEngine.asyncIterableIterator
. <br/>
@n1ru4l in #232PubSub
. <br/>
@cursorsdottsx in #245readonly
arrays of event names. <br/>
@rh389 in #234AsyncIterator
as the withFilter
resolver function. <br/>
@maclockard in #220withFilter
TypeScript improvements. <br/>
@HofmannZ in #230withFilter
returns AsyncIterableIterator
for compatibility with Apollo Server subscriptions. <br/>
@tninesling in #276Changelog
2.0.0
graphql@16
; do not support graphql
older than 15.7.2.Changelog
1.1.0
eventEmitterAsyncIterator
with default generic AsyncIterator
named PubSubAsyncIterator
. extends PubSubEngine
automatically uses generic implementation. No breaking changes for those who continue to use implements PubSubEngine
. See PR #78.Changelog
1.0.0
publish
. <br/>
@grantwwu in #162graphql
14 as a peer dep, forces graphql
14 as a dev dep, and
has been updated to use @types/graphql
14. <br/>
@hwillson in #172