Fix #132 - withFilter was previously always passing undefined as its first argument to the filterFn
Partially attempt to fix #143 - try to reduce occurrence of certain memory leaks with the built-in PubSubEngine implementation
Replaced 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.
1.0.0
BREAKING CHANGE: Changed return type of publish. @grantwwu in #162
Bump versions of various devDependencies to fix security issues, use
newer tslint config. @grantwwu in #163
Allows graphql 14 as a peer dep, forces graphql 14 as a dev dep, and
has been updated to use @types/graphql 14. @hwillson in #172