Breaking Changes
- Replaced iterall with native Symbol.asyncIterator.
PubSubEngine.asyncIterator
is nowPubSubEngine.asyncIterableIterator
by @n1ru4l in #232
Other Changes
- Add TypeScript support to withFilter by @HofmannZ in #230
- Support readonly arrays as event names by @robhogan in #234
- Allow resolver functions to be async by @maclockard in #220
- Make
withFilter
output type compatible with Apollo Server subscriptions by @tninesling in #276
Full Changelog: v2.0.0...v3.0.0